uglify and other cleanup

This commit is contained in:
Chris Cochrun 2025-06-19 16:19:34 -05:00
parent 6913426619
commit 06470d2db6
3 changed files with 0 additions and 55 deletions

View file

@ -1233,13 +1233,6 @@
}
}
}
.hover\:bg-gray-900 {
&:hover {
@media (hover: hover) {
background-color: var(--color-gray-900);
}
}
}
.hover\:bg-indigo-400 {
&:hover {
@media (hover: hover) {
@ -1333,11 +1326,6 @@
background-color: var(--color-blue-900);
}
}
.focus\:bg-gray-900 {
&:focus {
background-color: var(--color-gray-900);
}
}
.focus\:ring {
&:focus {
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
@ -1360,11 +1348,6 @@
--tw-ring-color: var(--color-blue-700);
}
}
.focus\:ring-gray-700 {
&:focus {
--tw-ring-color: var(--color-gray-700);
}
}
.focus\:ring-white {
&:focus {
--tw-ring-color: var(--color-white);