policeSecurity/securityManagement/tailwind.config.js

10 lines
174 B
JavaScript
Raw Normal View History

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