mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-02 21:18:12 +00:00
chore(tailwind): changed purge to content
This commit is contained in:
+1
-1
@@ -6,6 +6,6 @@ export default {
|
|||||||
},
|
},
|
||||||
darkMode: 'selector',
|
darkMode: 'selector',
|
||||||
plugins: [],
|
plugins: [],
|
||||||
purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user