mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
refactor: rename and fix postcss.config
This commit is contained in:
parent
ff757f27cf
commit
64fc2e84f2
2 changed files with 8 additions and 2 deletions
8
client/postcss.config.cjs
Normal file
8
client/postcss.config.cjs
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