diff --git a/tailwind.config.js b/tailwind.config.js index 08f4dc8..02c99be 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,9 +1,16 @@ module.exports = { future: { - // removeDeprecatedGapUtilities: true, - // purgeLayersByDefault: true, + removeDeprecatedGapUtilities: true, + purgeLayersByDefault: true, + }, + purge: { + enabled: true, + layers: ['utilities'], + content: [ + "./src/**/*.vue", + "./index.html" + ] }, - purge: [], theme: { extend: { colors: {