mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:28 -06:00
10 lines
114 B
SCSS
10 lines
114 B
SCSS
html {
|
|
box-sizing: border-box;
|
|
}
|
|
*, *:before, *:after {
|
|
box-sizing: inherit;
|
|
}
|
|
|
|
[v-cloak] {
|
|
display: none;
|
|
} |