diff --git a/tailwind.config.js b/tailwind.config.js index e4822b5..a1d13a8 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,5 +1,8 @@ module.exports = { - purge: [], + purge: [ + './views/*.htm', + './assets/js/*.vue', + ], darkMode: false, // or 'media' or 'class' theme: { extend: {