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

10 lines
177 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}"],
theme: {
extend: {},
},
plugins: [],
}