Sha256: a0a8215e66eccbd780e96df1ce3a135b3de01825cef1e5ec04a9a604d57fd0d9
Contents?: true
Size: 553 Bytes
Versions: 20
Compression:
Stored size: 553 Bytes
Contents
@import "./base/config"; @import "tailwindcss/base"; @import "tailwindcss/components"; @import "tailwindcss/utilities"; @import "./base/utils/text"; @import "./base/tippy"; @import-glob "@components/**/*.css"; @layer base { :root { --app-height: 100%; } html { @apply font-body scroll-smooth motion-safe:scroll-auto text-content-dark-1; } a { @apply text-current underline underline-offset-2; } [x-cloak] { display: none !important; } [x-dropdown] { [x-dropdown\:content] { @apply hidden; } } }
Version data entries
20 entries across 20 versions & 1 rubygems