mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
3 lines
102 B
CSS
3 lines
102 B
CSS
.boxSizing-border-box { box-sizing: border-box; }
|
|
.boxSizing-content-box { box-sizing: content-box; }
|