summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/behaviors.scss
blob: bcfa5bac5d5232429c4daa011e73292467f278f5 (plain)
1
2
3
4
// Hide element if Vue is still working on rendering it fully.
[v-cloak='true'] {
  display: none !important;
}