mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
9 lines
154 B
JavaScript
9 lines
154 B
JavaScript
|
|
/** @type {import('tailwindcss').Config} */
|
||
|
|
module.exports = {
|
||
|
|
content: ['./src/**/*.{js,jsx,ts,tsx}'],
|
||
|
|
theme: {
|
||
|
|
extend: {}
|
||
|
|
},
|
||
|
|
plugins: []
|
||
|
|
};
|