Sha256: 723ce7aa605ee0e8c2f73fa95d0bb2bda82bd2ce53349df921fc2edeb7f3dcad
Contents?: true
Size: 718 Bytes
Versions: 4
Compression:
Stored size: 718 Bytes
Contents
@import "./config"; @import "tailwindcss/base"; @import "tailwindcss/components"; @import "tailwindcss/utilities"; @import "./utils/layout"; @import "./utils/colors"; @import "./utils/icons"; @import "./utils/text"; @import "./tippy"; @layer base { :root { --app-height: 100%; } html { @apply font-body scroll-smooth motion-safe:scroll-auto text-content-dark-1; } html.app-layout, html.app-layout body { width: 100vw; height: 100vh; height: var(—-app-height); overflow: hidden; } a { @apply text-current underline underline-offset-2; } [x-cloak] { display: none !important; } [x-dropdown] { [x-dropdown\:content] { @apply hidden; } } }
Version data entries
4 entries across 4 versions & 1 rubygems