JSL_OrganizeInternalOAWeb/tailwind.config.js
2024-03-09 21:48:39 +08:00

11 lines
216 B
JavaScript

// /** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}