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

9 lines
176 B
JavaScript
Raw Normal View History

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