We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc0c9a commit a283d7bCopy full SHA for a283d7b
demo/styles/demo.scss
@@ -1,5 +1,9 @@
1
@import 'variables.scss';
2
3
+* {
4
+ box-sizing: border-box;
5
+}
6
+
7
body {
8
font-size: 14px;
9
font-family: sans-serif;
0 commit comments