jcloud/frontend/tailwind.config.js
2025-12-27 21:35:18 +08:00

10 lines
167 B
JavaScript

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