Skip to content

Commit 7ff08d6

Browse files
committed
Tailwind config changes
1 parent abc2db4 commit 7ff08d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tailwind.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module.exports = {
22
purge: [],
3+
purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
34
darkMode: false, // or 'media' or 'class'
45
theme: {
56
extend: {},

0 commit comments

Comments
 (0)