diff --git a/tailwind.config.js b/tailwind.config.js index c2d3c9f..c5068bb 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -17,5 +17,6 @@ module.exports = { } } }, - plugins: [] + plugins: [], + purge: ['./src/**/*.html', './src/**/*.vue', './public/**/*.html'] }