Files
chaos-api/web/image-gen/tailwind.config.js
T
2026-06-15 06:16:16 +08:00

9 lines
165 B
JavaScript
Vendored

/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{vue,js,ts}'],
theme: {
extend: {},
},
plugins: [],
}