Files
react-native-web/lib/css/boxSizing.css
2015-06-09 14:08:48 -07:00

3 lines
102 B
CSS

.boxSizing-border-box { box-sizing: border-box; }
.boxSizing-content-box { box-sizing: content-box; }