wikijs-fork/client/scss/layout/_base.scss

10 lines
114 B
SCSS
Raw Normal View History

2016-08-18 03:52:23 +00:00
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
2016-09-05 18:11:51 +00:00
[v-cloak] {
display: none;
}