LibreChat/tailwind.config.js

9 lines
154 B
JavaScript
Raw Normal View History

2023-02-04 18:17:47 -05:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{js,jsx,ts,tsx}'],
theme: {
extend: {}
},
plugins: []
};