EasyTier/easytier-gui/tailwind.config.js

13 lines
187 B
JavaScript
Raw Normal View History

2024-04-14 23:29:34 +08:00
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}