ADK-gateway/frontend/tailwind.config.js
2026-08-04 17:20:08 +08:00

9 lines
173 B
JavaScript

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