stayby-admin-front-ts/tailwind.config.js

12 lines
143 B
JavaScript
Raw Normal View History

2024-09-23 17:55:41 +08:00
export default {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}