mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-05 06:50:14 +00:00
13 lines
254 B
CSS
13 lines
254 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
/* See Alpine.js: https://github.com/alpinejs/alpine#x-cloak */
|
|
[x-cloak=""] {
|
|
display: none;
|
|
}
|
|
|
|
@media screen and (max-width: theme('screens.lg')) {
|
|
[x-cloak="lg"] { display: none; }
|
|
}
|