mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 19:00:13 +01:00
🔧 chore: Update Tailwind CSS configuration and dependencies in package.json
This commit is contained in:
parent
b65c8ef9e2
commit
4c598e4b16
2 changed files with 3 additions and 8 deletions
|
|
@ -1,8 +1,6 @@
|
|||
@config "../tailwind.config.js";
|
||||
@import 'tailwindcss';
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
@config "../tailwind.config.js";
|
||||
|
||||
/* Custom Variables */
|
||||
:root {
|
||||
|
|
|
|||
|
|
@ -132,8 +132,5 @@ export default {
|
|||
},
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
require('tailwindcss-animate'),
|
||||
require('tailwindcss-radix')(),
|
||||
],
|
||||
plugins: [],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue