Sha256: c86c7c2382aaa4c2cfb1f2ef1129566182af99f08e0db57b74f0280b9e6d5075
Contents?: true
Size: 699 Bytes
Versions: 4
Compression:
Stored size: 699 Bytes
Contents
@import "tailwindcss/base"; @import "tailwindcss/components"; @import "tailwindcss/utilities"; @import "./shared/utils/colors"; @import "./shared/utils/icons"; @import "./shared/utils/text"; @import "./shared/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