fix: tailwind hover patch
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
@custom-variant hover (&:hover);
|
||||
|
||||
@theme {
|
||||
--color-paper: #f1ebe0;
|
||||
--color-paper-2: #e9e1d2;
|
||||
|
||||
+125
-14
@@ -2,6 +2,7 @@
|
||||
"htmlElements": {
|
||||
"tags": [
|
||||
"a",
|
||||
"article",
|
||||
"aside",
|
||||
"body",
|
||||
"br",
|
||||
@@ -18,6 +19,7 @@
|
||||
"h4",
|
||||
"head",
|
||||
"header",
|
||||
"hr",
|
||||
"html",
|
||||
"img",
|
||||
"input",
|
||||
@@ -25,36 +27,67 @@
|
||||
"link",
|
||||
"main",
|
||||
"meta",
|
||||
"nav",
|
||||
"p",
|
||||
"path",
|
||||
"picture",
|
||||
"polyline",
|
||||
"radialgradient",
|
||||
"script",
|
||||
"section",
|
||||
"source",
|
||||
"span",
|
||||
"stop",
|
||||
"sup",
|
||||
"strong",
|
||||
"svg",
|
||||
"title"
|
||||
],
|
||||
"classes": [
|
||||
"[&::-webkit-scrollbar]:hidden",
|
||||
"[&_a]:border-[var(--rule)]",
|
||||
"[&_a]:border-b",
|
||||
"[&_a]:duration-150",
|
||||
"[&_a]:text-ink-2",
|
||||
"[&_a]:transition-colors",
|
||||
"[&_b]:font-semibold",
|
||||
"[&_b]:mr-1",
|
||||
"[&_b]:text-ink",
|
||||
"[&_h2]:first:mt-0",
|
||||
"[&_h2]:font-medium",
|
||||
"[&_h2]:font-sans",
|
||||
"[&_h2]:leading-none",
|
||||
"[&_h2]:mb-4",
|
||||
"[&_h2]:mt-10",
|
||||
"[&_h2]:text-[10px]",
|
||||
"[&_h2]:text-ink-soft",
|
||||
"[&_h2]:tracking-[.22em]",
|
||||
"[&_h2]:uppercase",
|
||||
"[&_hr]:bg-[var(--rule-2)]",
|
||||
"[&_hr]:block",
|
||||
"[&_hr]:border-none",
|
||||
"[&_hr]:h-px",
|
||||
"[&_hr]:mb-0",
|
||||
"[&_hr]:mt-8",
|
||||
"[&_p]:font-serif",
|
||||
"[&_p]:leading-[1.72]",
|
||||
"[&_p]:mb-0",
|
||||
"[&_p]:mt-3",
|
||||
"[&_p]:text-[clamp(15px,1.05vw,17px)]",
|
||||
"[&_p]:text-ink-2",
|
||||
"[&_strong]:font-medium",
|
||||
"[&_strong]:font-sans",
|
||||
"[&_strong]:text-[13px]",
|
||||
"[&_strong]:text-ink",
|
||||
"[&_strong]:tracking-[.02em]",
|
||||
"[-webkit-box-orient:vertical]",
|
||||
"[-webkit-line-clamp:2]",
|
||||
"[background:color-mix(in_oklab,var(--paper)_86%,transparent)]",
|
||||
"[background:color-mix(in_oklab,var(--paper)_95%,transparent)]",
|
||||
"[display:-webkit-box]",
|
||||
"[filter:saturate(.92)_contrast(1.02)]",
|
||||
"[grid-template-columns:1fr_1px_auto]",
|
||||
"[grid-template-columns:1fr_auto_1fr]",
|
||||
"[grid-template-columns:2fr_1fr_1fr_1fr]",
|
||||
"[grid-template-columns:repeat(auto-fill,minmax(220px,1fr))]",
|
||||
"[grid-template-columns:repeat(auto-fill,minmax(280px,1fr))]",
|
||||
"[scrollbar-width:none]",
|
||||
"[transition-duration:.9s,.6s]",
|
||||
"[transition-timing-function:cubic-bezier(.2,.7,.1,1),ease]",
|
||||
"absolute",
|
||||
@@ -63,12 +96,13 @@
|
||||
"after:inset-0",
|
||||
"after:pointer-events-none",
|
||||
"after:shadow-[inset_0_0_0_1px_rgba(22,17,13,.04)]",
|
||||
"align-top",
|
||||
"aspect-[2/3]",
|
||||
"backdrop-blur-[14px]",
|
||||
"bg-[var(--paper)]",
|
||||
"bg-[var(--rule)]",
|
||||
"bg-current",
|
||||
"bg-ink",
|
||||
"bg-paper-2",
|
||||
"bg-roux",
|
||||
"bg-transparent",
|
||||
"block",
|
||||
"border",
|
||||
@@ -78,9 +112,11 @@
|
||||
"border-b",
|
||||
"border-current",
|
||||
"border-current/30",
|
||||
"border-ink",
|
||||
"border-l-0",
|
||||
"border-r",
|
||||
"border-t",
|
||||
"border-transparent",
|
||||
"border-white/20",
|
||||
"bottom-0",
|
||||
"bottom-[10px]",
|
||||
"card",
|
||||
@@ -94,6 +130,7 @@
|
||||
"flex",
|
||||
"flex-1",
|
||||
"flex-col",
|
||||
"flex-wrap",
|
||||
"font-display",
|
||||
"font-light",
|
||||
"font-medium",
|
||||
@@ -102,20 +139,36 @@
|
||||
"font-sans",
|
||||
"font-serif",
|
||||
"gap-1",
|
||||
"gap-1.5",
|
||||
"gap-10",
|
||||
"gap-2",
|
||||
"gap-3",
|
||||
"gap-4",
|
||||
"gap-5",
|
||||
"gap-6",
|
||||
"gap-[18px]",
|
||||
"gap-[7px]",
|
||||
"gap-[clamp(12px,2vw,24px)]",
|
||||
"gap-[var(--gap)]",
|
||||
"grid",
|
||||
"group",
|
||||
"group-hover:scale-[1.02]",
|
||||
"h-10",
|
||||
"h-6",
|
||||
"h-9",
|
||||
"h-[30px]",
|
||||
"h-full",
|
||||
"h-px",
|
||||
"hover:[&_a]:border-ink",
|
||||
"hover:[&_a]:text-ink",
|
||||
"hover:bg-roux-deep",
|
||||
"hover:bg-white/10",
|
||||
"hover:border-ink",
|
||||
"hover:opacity-100",
|
||||
"hover:text-ink",
|
||||
"hover:text-white",
|
||||
"img-zoom",
|
||||
"inline-flex",
|
||||
"inset-0",
|
||||
"inset-x-0",
|
||||
"italic",
|
||||
@@ -140,6 +193,7 @@
|
||||
"lb-track",
|
||||
"leading-[0.92]",
|
||||
"leading-[0.94]",
|
||||
"leading-[0.95]",
|
||||
"leading-[1.05]",
|
||||
"leading-[1.1]",
|
||||
"leading-[1.4]",
|
||||
@@ -162,37 +216,64 @@
|
||||
"max-[720px]:hidden",
|
||||
"max-[720px]:text-[15px]",
|
||||
"max-[820px]:[grid-template-columns:1fr_1fr]",
|
||||
"max-[820px]:block",
|
||||
"max-[820px]:border-[var(--rule)]",
|
||||
"max-[820px]:border-t",
|
||||
"max-[820px]:hidden",
|
||||
"max-h-[96vh]",
|
||||
"max-w-[14ch]",
|
||||
"max-w-[40ch]",
|
||||
"max-w-[44ch]",
|
||||
"max-w-[55ch]",
|
||||
"max-w-[62ch]",
|
||||
"max-w-[96vw]",
|
||||
"mb-10",
|
||||
"mb-2",
|
||||
"mb-4",
|
||||
"mb-5",
|
||||
"mb-6",
|
||||
"mb-8",
|
||||
"mb-[14px]",
|
||||
"min-h-[75vh]",
|
||||
"min-w-0",
|
||||
"mix-blend-difference",
|
||||
"ml-1",
|
||||
"ml-2",
|
||||
"ml-3",
|
||||
"mr-3",
|
||||
"mt-0.5",
|
||||
"mt-14",
|
||||
"mt-2",
|
||||
"mt-[14px]",
|
||||
"mt-[var(--gap)]",
|
||||
"mt-auto",
|
||||
"nav-link",
|
||||
"object-contain",
|
||||
"object-cover",
|
||||
"opacity-30",
|
||||
"opacity-50",
|
||||
"opacity-60",
|
||||
"opacity-[.035]",
|
||||
"outline-none",
|
||||
"overflow-hidden",
|
||||
"overflow-x-auto",
|
||||
"pb-0",
|
||||
"pb-14",
|
||||
"pb-[clamp(28px,3.5vw,48px)]",
|
||||
"pb-[clamp(32px,4vw,60px)]",
|
||||
"pb-px",
|
||||
"place-items-center",
|
||||
"placeholder:opacity-90",
|
||||
"placeholder:text-ink-soft",
|
||||
"pointer-events-none",
|
||||
"pt-4",
|
||||
"pt-9",
|
||||
"pt-[clamp(36px,5vw,64px)]",
|
||||
"px-[14px]",
|
||||
"pt-[clamp(40px,6vw,80px)]",
|
||||
"pt-[var(--gap)]",
|
||||
"px-4",
|
||||
"px-6",
|
||||
"px-[6px]",
|
||||
"px-[7px]",
|
||||
"px-[clamp(24px,4vw,60px)]",
|
||||
"px-[var(--pad)]",
|
||||
"py-1.5",
|
||||
"py-2",
|
||||
@@ -201,18 +282,24 @@
|
||||
"py-[14px]",
|
||||
"py-[3px]",
|
||||
"py-[5px]",
|
||||
"py-[clamp(24px,3vw,40px)]",
|
||||
"py-[clamp(32px,4vw,60px)]",
|
||||
"py-[clamp(36px,5vw,64px)]",
|
||||
"py-[clamp(48px,8vw,96px)]",
|
||||
"py-[var(--gap)]",
|
||||
"relative",
|
||||
"ribbon",
|
||||
"right-4",
|
||||
"right-[10px]",
|
||||
"rounded-[1px]",
|
||||
"rounded-[3px]",
|
||||
"rounded-full",
|
||||
"saturate-[1.05]",
|
||||
"searchpop",
|
||||
"select-none",
|
||||
"shrink-0",
|
||||
"space-y-0",
|
||||
"sticky",
|
||||
"tabs",
|
||||
"tabular-nums",
|
||||
"text-[10px]",
|
||||
"text-[11px]",
|
||||
@@ -222,17 +309,26 @@
|
||||
"text-[30px]",
|
||||
"text-[8.5px]",
|
||||
"text-[clamp(13px,1vw,16px)]",
|
||||
"text-[clamp(14px,1.1vw,17px)]",
|
||||
"text-[clamp(15px,1.2vw,18px)]",
|
||||
"text-[clamp(200px,40vw,520px)]",
|
||||
"text-[clamp(20px,1.6vw,26px)]",
|
||||
"text-[clamp(22px,2vw,30px)]",
|
||||
"text-[clamp(40px,6vw,80px)]",
|
||||
"text-[clamp(42px,6vw,88px)]",
|
||||
"text-[clamp(48px,6vw,80px)]",
|
||||
"text-[clamp(48px,7vw,96px)]",
|
||||
"text-[clamp(60px,8vw,110px)]",
|
||||
"text-center",
|
||||
"text-ink",
|
||||
"text-ink-2",
|
||||
"text-ink-soft",
|
||||
"text-ink-soft/40",
|
||||
"text-ink-soft/50",
|
||||
"text-paper",
|
||||
"text-roux",
|
||||
"text-white/60",
|
||||
"top-0",
|
||||
"top-4",
|
||||
"top-[10px]",
|
||||
"tracking-[.005em]",
|
||||
"tracking-[.045em]",
|
||||
@@ -245,23 +341,34 @@
|
||||
"tracking-[.22em]",
|
||||
"tracking-[.32em]",
|
||||
"tracking-normal",
|
||||
"transition-[color,border-color,background]",
|
||||
"transition-[transform,filter]",
|
||||
"transition-colors",
|
||||
"transition-opacity",
|
||||
"transition-transform",
|
||||
"translate-y-[6%]",
|
||||
"uppercase",
|
||||
"w-10",
|
||||
"w-12",
|
||||
"w-6",
|
||||
"w-8",
|
||||
"w-9",
|
||||
"w-[30px]",
|
||||
"w-full",
|
||||
"whitespace-nowrap",
|
||||
"z-10",
|
||||
"z-50",
|
||||
"z-[100]"
|
||||
],
|
||||
"ids": [
|
||||
"ai-training",
|
||||
"content",
|
||||
"copyright",
|
||||
"count",
|
||||
"grid",
|
||||
"hero",
|
||||
"imgZoom",
|
||||
"imgZoomClose",
|
||||
"imgZoomImg",
|
||||
"lb",
|
||||
"lbBloom",
|
||||
"lbIndex",
|
||||
@@ -271,12 +378,16 @@
|
||||
"masthead",
|
||||
"mhBloom",
|
||||
"mhDate",
|
||||
"photography",
|
||||
"publication",
|
||||
"responsible-person",
|
||||
"ribbon",
|
||||
"ribbonClose",
|
||||
"roux-data",
|
||||
"searchInput",
|
||||
"searchpop",
|
||||
"tabs"
|
||||
"technical",
|
||||
"viewFull"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user