mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
16 lines
312 B
CSS
16 lines
312 B
CSS
@import 'utility-patterns.css';
|
|
@import 'flatpickr.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; }
|
|
}
|