From 3128377063e9d9faf0a904b5b23e8396aac2c913 Mon Sep 17 00:00:00 2001 From: Anthony Catel Date: Thu, 8 Oct 2020 16:58:03 +0200 Subject: [PATCH] Add tailwind purge config --- tailwind.config.js | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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: {