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
0261b253e1
commit
b65c8ef9e2
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
export default {
|
||||
content: [
|
||||
'./index.html',
|
||||
'./src/**/*.{js,ts,jsx,tsx}',
|
||||
|
|
@ -133,7 +133,7 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
plugins: [
|
||||
// require('tailwindcss-animate'),
|
||||
// require('tailwindcss-radix')(),
|
||||
require('tailwindcss-animate'),
|
||||
require('tailwindcss-radix')(),
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue