fix tailwind color selector

This commit is contained in:
kakkokari-gtyih
2024-12-01 11:55:45 +09:00
committed by Samuel Newman
parent 440fae6bc5
commit 6c8e75d7cb
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -2,8 +2,7 @@
module.exports = {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
darkMode: ['variant', [
'&:is(.dark *)',
'@media (prefers-color-scheme: dark) { &:not(.light *) }',
'&:is(.dark *):not(:is(.dark .light *))',
]],
theme: {
extend: {