Sha256: 88933b3ba5651ab6e075e6ffb8631a01c1c01a4cdfea843f797e5b2e0b6f2023
Contents?: true
Size: 1.15 KB
Versions: 15
Compression:
Stored size: 1.15 KB
Contents
@import "tailwindcss/base"; @import "tailwindcss/components"; @import "tailwindcss/utilities"; @import "./tooltip.css"; @import-glob "../../../components/lookbook/**/*/component.css"; @layer base { html { @apply scroll-smooth h-screen; } @media screen and (prefers-reduced-motion: reduce) { html { @apply scroll-auto; } } body { @apply text-lookbook-text font-sans text-sm antialiased overflow-hidden; } [x-cloak] { @apply !hidden; } pre[class*="language-"] { @apply !p-0 !m-0; } ::-webkit-scrollbar { @apply w-1 h-1; } ::-webkit-scrollbar-track { @apply bg-transparent; } ::-webkit-scrollbar-thumb { @apply transition-colors rounded-full bg-clip-content bg-lookbook-scrollbar; } ::-webkit-scrollbar-thumb:hover { @apply bg-lookbook-scrollbar-hover; } } @layer components { .form-input { @apply text-lookbook-input-text placeholder:text-lookbook-input-text-placeholder placeholder:italic; @apply border-lookbook-input-border focus:ring-lookbook-input-border-focus focus:border-lookbook-input-border-focus; @apply rounded-md text-sm w-full bg-lookbook-input-bg; } }
Version data entries
15 entries across 15 versions & 1 rubygems