From 8346e657f4aa00339d044081f42335db085913ca Mon Sep 17 00:00:00 2001 From: Lennart Espe Date: Thu, 12 Aug 2021 21:38:25 +0200 Subject: [PATCH] Enable tailwind purging --- webui/tailwind.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webui/tailwind.config.js b/webui/tailwind.config.js index 01324ba..ca5bd98 100644 --- a/webui/tailwind.config.js +++ b/webui/tailwind.config.js @@ -9,4 +9,7 @@ module.exports = { variants: { backgroundColor: ['responsive', 'odd', 'hover', 'focus'], }, + purge: [ + './src/**/*.vue', + ], } \ No newline at end of file