nginx-ui/app/tailwind.config.js
2023-11-28 12:40:04 +08:00

11 lines
186 B
JavaScript

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