1
0
forked from lxh/go-wxhelper
go-wxhelper/frontend/tailwind.config.js
2024-07-04 17:16:37 +08:00

13 lines
278 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx,md}'],
theme: {
container: {
center: true,
padding: '2rem',
},
},
plugins: [require('daisyui'), require('@tailwindcss/forms'),],
}