Files

10 lines
182 B
JavaScript
Raw Permalink Normal View History

2026-06-03 14:18:28 +08:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{vue,js,ts,jsx,tsx}"
],
theme: {
extend: {},
},
plugins: [],
}