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 0103f6b commit ed52177Copy full SHA for ed52177
generator/template/tailwind.config.js
@@ -2,7 +2,7 @@ module.exports = {
2
future: {
3
purgeLayersByDefault: true,
4
},
5
- purge: [],
+ purge: ['./src/**/*.html', './src/**/*.vue', './src/**/*.jsx', './src/**/*.tsx'],
6
theme: {
7
extend: {},
8
0 commit comments