mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 08:12:00 +02:00
adds tailwindcss
This commit is contained in:
parent
74232d7671
commit
0fb3a1cab3
9 changed files with 3020 additions and 7 deletions
2
postcss.config.js
Normal file
2
postcss.config.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
const tailwindcss = require('tailwindcss');
|
||||
module.exports = { plugins: ['postcss-preset-env', tailwindcss] };
|
Loading…
Add table
Add a link
Reference in a new issue