Skip to content

Commit a283d7b

Browse files
committed
demo: border box
1 parent adc0c9a commit a283d7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

demo/styles/demo.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
@import 'variables.scss';
22

3+
* {
4+
box-sizing: border-box;
5+
}
6+
37
body {
48
font-size: 14px;
59
font-family: sans-serif;

0 commit comments

Comments
 (0)