Skip to content

Commit 9a3c407

Browse files
committed
chore: Update tailwind config
1 parent 7512e08 commit 9a3c407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tailwind.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
mode: 'aot',
3-
purge: ['./index.html', './src/**/*.tsx'],
4-
darkMode: false, // or 'media' or 'class'
3+
content: ['./index.html', './src/**/*.tsx'],
4+
darkMode: 'media', // or 'media' or 'class'
55
theme: {
66
extend: {},
77
},

0 commit comments

Comments
 (0)