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