We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc2db4 commit 7ff08d6Copy full SHA for 7ff08d6
tailwind.config.js
@@ -1,5 +1,6 @@
1
module.exports = {
2
purge: [],
3
+ purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
4
darkMode: false, // or 'media' or 'class'
5
theme: {
6
extend: {},
0 commit comments