Files
react-native-web/lib/css/whiteSpace.css
2015-06-09 12:36:33 -07:00

4 lines
147 B
CSS

:local .whiteSpace-normal { white-space: normal; }
:local .whiteSpace-nowrap { white-space: nowrap; }
:local .whiteSpace-pre { white-space: pre; }