Remove svelte CSS test file

This commit is contained in:
Adam Wathan 2021-09-21 12:38:11 -04:00
parent 2d9759b604
commit 6121cbe22a

View File

@ -1,10 +0,0 @@
.bg-red-500 {
--tw-bg-opacity: 1;
background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
.lg\:hover\:bg-blue-500:hover {
--tw-bg-opacity: 1;
background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
}