File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -160,8 +160,3 @@ textarea:read-only {
160160 margin-top : -96px ;
161161 visibility : hidden;
162162}
163-
164- /* see https://alpinejs.dev/directives/cloak */
165- [x-cloak ] {
166- display : none !important ;
167- }
Original file line number Diff line number Diff line change 11@import 'tailwindcss' ;
2- @import './custom.css' ;
32@import './fonts.css' ;
3+
4+ @layer components {
5+ @import './custom.css' ;
6+ }
7+
48@import '@skymatic/fontawesome-pro/css/all' layer(components);
59
610@plugin '@tailwindcss/forms' ;
165169 padding-inline : 1rem ;
166170}
167171
172+ /* see https://alpinejs.dev/directives/cloak */
173+ [x-cloak ] {
174+ display : none;
175+ }
176+
168177/*
169178 The default border color has changed to `currentColor` in Tailwind CSS v4,
170179 so we've added these compatibility styles to make sure everything still
You can’t perform that action at this time.
0 commit comments