Skip to content

Commit 0803722

Browse files
committed
test add_meta simple 9
1 parent 24b1231 commit 0803722

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tailwind.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
22
purge: {
3-
content: ['./page/**/*.js'],
3+
content: ['./styles/*.css'],
4+
content: ['./page/*.js'],
45
},
56
darkMode: 'class', // false or 'media' or 'class'
67
theme: {

0 commit comments

Comments
 (0)