lint: tailwind lint
This commit is contained in:
parent
3edbefddb5
commit
6f7986a574
@ -1,11 +1,7 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ['./src /**/*.{jsx,tsx
|
||||
}'
|
||||
], // tell tailwind where to look
|
||||
darkMode: ['selector', '[data-theme="dark"
|
||||
]', '.dark'
|
||||
],
|
||||
content: ['./src /**/*.{jsx,tsx}'], // tell tailwind where to look
|
||||
darkMode: ['selector', '[data-theme="dark"]', '.dark'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user