mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 10:50:14 +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;
|
@config "../tailwind.config.js";
|
||||||
@tailwind components;
|
|
||||||
@tailwind utilities;
|
|
||||||
|
|
||||||
/* Custom Variables */
|
/* Custom Variables */
|
||||||
:root {
|
:root {
|
||||||
|
|
|
||||||
|
|
@ -132,8 +132,5 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [],
|
||||||
require('tailwindcss-animate'),
|
|
||||||
require('tailwindcss-radix')(),
|
|
||||||
],
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue