💄 Rebuild CSS

This commit is contained in:
dependabot[bot]
2026-02-18 05:04:26 +00:00
committed by github-actions[bot]
parent 9d7798faa4
commit ebfe68673f
+43 -35
View File
@@ -251,9 +251,6 @@
.static {
position: static;
}
.sticky {
position: sticky;
}
.inset-0 {
inset: calc(var(--spacing) * 0);
}
@@ -284,6 +281,9 @@
.top-20 {
top: calc(var(--spacing) * 20);
}
.top-full {
top: 100%;
}
.right-0 {
right: calc(var(--spacing) * 0);
}
@@ -1234,6 +1234,9 @@
.w-full {
width: 100%;
}
.w-max {
width: max-content;
}
.w-screen {
width: 100vw;
}
@@ -1246,6 +1249,9 @@
.max-w-20 {
max-width: calc(var(--spacing) * 20);
}
.max-w-48 {
max-width: calc(var(--spacing) * 48);
}
.max-w-\[200px\] {
max-width: 200px;
}
@@ -1738,6 +1744,9 @@
background-color: color-mix(in oklab, rgba(var(--color-neutral-500), 1) 50%, transparent);
}
}
.bg-neutral-900 {
background-color: rgba(var(--color-neutral-900), 1);
}
.bg-neutral\/25 {
background-color: color-mix(in srgb, rgba(rgba(var(--color-neutral), 1), 1) 25%, transparent);
@supports (color: color-mix(in lab, red, red)) {
@@ -2169,9 +2178,6 @@
.text-white {
color: #fff;
}
.capitalize {
text-transform: capitalize;
}
.lowercase {
text-transform: lowercase;
}
@@ -2187,10 +2193,6 @@
.not-italic {
font-style: normal;
}
.ordinal {
--tw-ordinal: ordinal;
font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.\!no-underline {
text-decoration-line: none !important;
}
@@ -2257,6 +2259,10 @@
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-md {
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-sm {
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -2430,6 +2436,23 @@
rotate: 0deg;
}
}
.group-focus-within\:visible {
&:is(:where(.group):focus-within *) {
visibility: visible;
}
}
.group-focus-within\:opacity-100 {
&:is(:where(.group):focus-within *) {
opacity: 100%;
}
}
.group-hover\:visible {
&:is(:where(.group):hover *) {
@media (hover: hover) {
visibility: visible;
}
}
}
.group-hover\:scale-110 {
&:is(:where(.group):hover *) {
@media (hover: hover) {
@@ -3276,6 +3299,11 @@
}
}
}
.dark\:bg-neutral-100 {
&:is(.dark *) {
background-color: rgba(var(--color-neutral-100), 1);
}
}
.dark\:bg-neutral-400 {
&:is(.dark *) {
background-color: rgba(var(--color-neutral-400), 1);
@@ -3433,6 +3461,11 @@
color: rgba(var(--color-neutral-800), 1);
}
}
.dark\:text-neutral-900 {
&:is(.dark *) {
color: rgba(var(--color-neutral-900), 1);
}
}
.dark\:text-primary-200 {
&:is(.dark *) {
color: rgba(var(--color-primary-200), 1);
@@ -5017,26 +5050,6 @@ body:has(#mobile-menu-toggle:checked) {
syntax: "*";
inherits: false;
}
@property --tw-ordinal {
syntax: "*";
inherits: false;
}
@property --tw-slashed-zero {
syntax: "*";
inherits: false;
}
@property --tw-numeric-figure {
syntax: "*";
inherits: false;
}
@property --tw-numeric-spacing {
syntax: "*";
inherits: false;
}
@property --tw-numeric-fraction {
syntax: "*";
inherits: false;
}
@property --tw-shadow {
syntax: "*";
inherits: false;
@@ -5246,11 +5259,6 @@ body:has(#mobile-menu-toggle:checked) {
--tw-leading: initial;
--tw-font-weight: initial;
--tw-tracking: initial;
--tw-ordinal: initial;
--tw-slashed-zero: initial;
--tw-numeric-figure: initial;
--tw-numeric-spacing: initial;
--tw-numeric-fraction: initial;
--tw-shadow: 0 0 #0000;
--tw-shadow-color: initial;
--tw-shadow-alpha: 100%;