mirror of
https://github.com/Mintplex-Labs/anythingllm-extension.git
synced 2026-06-30 20:37:54 -04:00
9 lines
167 B
JavaScript
9 lines
167 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
export default {
|
|
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
|
|
theme: {
|
|
extend: {}
|
|
},
|
|
plugins: []
|
|
}
|