debian-mirror-gitlab/app/assets/stylesheets/behaviors.scss
2021-01-29 00:20:46 +05:30

5 lines
112 B
SCSS

// Hide element if Vue is still working on rendering it fully.
[v-cloak='true'] {
display: none !important;
}