🔧 chore: Update Tailwind CSS configuration and dependencies in package.json

This commit is contained in:
Ruben Talstra 2025-02-27 13:35:38 +01:00
parent b65c8ef9e2
commit 4c598e4b16
No known key found for this signature in database
GPG key ID: 2A5A7174A60F3BEA
2 changed files with 3 additions and 8 deletions

View file

@ -1,8 +1,6 @@
@config "../tailwind.config.js"; @import 'tailwindcss';
@tailwind base; @config "../tailwind.config.js";
@tailwind components;
@tailwind utilities;
/* Custom Variables */ /* Custom Variables */
:root { :root {

View file

@ -132,8 +132,5 @@ export default {
}, },
}, },
}, },
plugins: [ plugins: [],
require('tailwindcss-animate'),
require('tailwindcss-radix')(),
],
}; };