anything-llm/embedded-app/tailwind.config.js

10 lines
170 B
JavaScript
Raw Normal View History

2024-01-25 02:20:26 +01:00
/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
}