mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-12 11:02:37 +01:00
🔧 chore: Update Tailwind CSS configuration and dependencies in package.json
This commit is contained in:
parent
4b36bd088e
commit
2e205b9186
3 changed files with 0 additions and 2 deletions
8
client/postcss.config.js
Normal file
8
client/postcss.config.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module.exports = {
|
||||
plugins: [
|
||||
require('postcss-import'),
|
||||
require('postcss-preset-env'),
|
||||
require('tailwindcss'),
|
||||
require('autoprefixer'),
|
||||
],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue