fix tailwind color selector
This commit is contained in:
committed by
Samuel Newman
parent
440fae6bc5
commit
6c8e75d7cb
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user