Commit 1ddfca83 authored by Jacob Schatz's avatar Jacob Schatz

Move v-cloak to a more general area.

parent 343a45dc
......@@ -124,3 +124,7 @@ of the body element here, we negate cascading side effects but allow momentum sc
.with-performance-bar .page-with-sidebar {
margin-top: $header-height + $performance-bar-height;
}
[v-cloak] {
display: none;
}
[v-cloak] {
display: none;
}
.fade-enter-active,
.fade-leave-active {
transition: opacity .5s;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment