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