1
0
Fork 0
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:
Henrik Hautakoski 2022-01-24 14:51:54 +01:00
parent f65b7c7d91
commit 46864ab071
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
2 changed files with 7 additions and 0 deletions

5
_sass/_misc.scss Normal file
View file

@ -0,0 +1,5 @@
// AlpineJS directive to hide content on load.
[x-cloak] {
display: none;
}

View file

@ -4,3 +4,5 @@
@import "typography";
@import "component/collapse";
@import "misc";