Skip to content

Commit 081160d

Browse files
committed
🔧 Update tailwind config to tailwind 3+
1 parent 894ec23 commit 081160d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tailwind.config.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const theme = require('tailwindcss/defaultTheme');
33

44
module.exports = {
55
mode: 'jit',
6-
purge: ['./src/**/*.{tsx,ts,css}', './playground/**/*.{tsx,ts,css}', './index.html'],
6+
content: ['./src/**/*.{tsx,ts,css}', './playground/**/*.{tsx,ts,css}', './index.html'],
77
theme: {
88
extend: {
99
colors: {
@@ -30,10 +30,4 @@ module.exports = {
3030
},
3131
},
3232
darkMode: 'class',
33-
variants: {
34-
extend: {
35-
backgroundColor: ['group-hover'],
36-
},
37-
},
38-
plugins: [require('@tailwindcss/forms')],
3933
};

0 commit comments

Comments
 (0)