mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-17 04:40:03 +02:00
Adding _sass/_misc.scss with alpinejs x-cloak.
This commit is contained in:
parent
f65b7c7d91
commit
46864ab071
2 changed files with 7 additions and 0 deletions
5
_sass/_misc.scss
Normal file
5
_sass/_misc.scss
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
// AlpineJS directive to hide content on load.
|
||||
[x-cloak] {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -4,3 +4,5 @@
|
|||
@import "typography";
|
||||
|
||||
@import "component/collapse";
|
||||
|
||||
@import "misc";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue