💄 Rebuild CSS

This commit is contained in:
dependabot[bot] 2022-12-19 05:13:34 +00:00 committed by github-actions[bot]
parent fae30f81f8
commit 777165fc27

View file

@ -1526,10 +1526,6 @@ select {
width: 100%; width: 100%;
} }
.w-36 {
width: 9rem;
}
.w-24 { .w-24 {
width: 6rem; width: 6rem;
} }
@ -1542,6 +1538,10 @@ select {
width: 1.5rem; width: 1.5rem;
} }
.w-36 {
width: 9rem;
}
.min-w-0 { .min-w-0 {
min-width: 0px; min-width: 0px;
} }
@ -1749,11 +1749,6 @@ select {
border-color: rgba(var(--color-neutral-300), var(--tw-border-opacity)); border-color: rgba(var(--color-neutral-300), var(--tw-border-opacity));
} }
.border-neutral-400 {
--tw-border-opacity: 1;
border-color: rgba(var(--color-neutral-400), var(--tw-border-opacity));
}
.border-neutral-200 { .border-neutral-200 {
--tw-border-opacity: 1; --tw-border-opacity: 1;
border-color: rgba(var(--color-neutral-200), var(--tw-border-opacity)); border-color: rgba(var(--color-neutral-200), var(--tw-border-opacity));