EasyTier/easytier-gui/tailwind.config.js

12 lines
186 B
JavaScript
Raw Permalink Normal View History

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