mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 01:10: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"),
|
||||||
|
]
|
||||||
|
};
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
const tailwindcss = require('tailwindcss');
|
|
||||||
module.exports = { plugins: ['postcss-preset-env', tailwindcss] };
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue