fes.js/packages/fes-template-vite/tailwind.config.js
2025-06-24 15:12:44 +08:00

11 lines
185 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'src/**/*.{js,jsx,ts,tsx,vue}',
],
theme: {
extend: {},
},
plugins: [],
};