Files
pqs-9100_client/frontend/tailwind.config.js

9 lines
180 B
JavaScript
Raw Normal View History

2024-10-31 14:53:29 +08:00
/** @dictType {import('tailwindcss').Config} */
2024-08-07 21:48:57 +08:00
export default {
content: ['index.html', './src/**/*.{html,js,ts,jsx,tsx,vue}'],
2024-08-07 21:48:57 +08:00
theme: {
extend: {},
},
plugins: [],
}