diff --git a/src/renderer/assets/index.css b/src/renderer/assets/index.css index dfee90c6..36c1c1a3 100644 --- a/src/renderer/assets/index.css +++ b/src/renderer/assets/index.css @@ -4,4 +4,4 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +/*@tailwind utilities;*/ \ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js index 56a88d94..ad0e2361 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -5,11 +5,11 @@ module.exports = { purge: { enabled: true, content: [ - './**/*.html', + './src/*.html', './*.html', - './**/*.js', + './src/*.js', './*.js', - './**/*.vue', + './src/*.vue', './*.vue' ], options: {