MeterSphere/frontend/tailwind.config.mjs

9 lines
171 B
JavaScript
Raw Normal View History

2023-05-24 11:08:08 +08:00
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{vue,ts,jsx,tsx}'],
2023-05-24 11:08:08 +08:00
theme: {
extend: {},
},
plugins: [],
};