Skip to content

Commit 3019c43

Browse files
committed
Remove darkMode in config
1 parent 6e015f4 commit 3019c43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tailwind.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = {
2-
content: ['./components/**/*.jsx', './pages/**/*.js'],
3-
darkMode: false, // or 'media' or 'class'
2+
content: ['./components/**/*.jsx', './pages/**/*.js'],
43
theme: {
54
extend: {},
65
},

0 commit comments

Comments
 (0)