Skip to content

Commit 92b4fe1

Browse files
committed
Add PurgeCSS config
1 parent 783727b commit 92b4fe1

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

demo/tailwind.config.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
module.exports = {
2-
theme: {
3-
typography: {
4-
default: {
5-
// bulletColor: 'red',
6-
css: {},
7-
},
8-
},
9-
},
2+
purge: ['./demo/pages/**/*.{js,mdx}', './demo/components/**/*.{js,mdx}'],
3+
theme: {},
104
variants: {},
115
plugins: [require('../src/index.js')],
126
}

0 commit comments

Comments
 (0)