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