fix config files
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
module.exports = {
|
export default {
|
||||||
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
|
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
|
||||||
darkMode: ['variant', ['&:is(.dark *):not(:is(.dark .light *))']],
|
darkMode: ['variant', ['&:is(.dark *):not(:is(.dark .light *))']],
|
||||||
theme: {
|
theme: {
|
||||||
Reference in New Issue
Block a user