hotgo/web/tailwind.config.js

8 lines
129 B
JavaScript

module.exports = {
content: ['./index.html', './src/**/*.{vue,ts,tsx}'],
important: true,
theme: {
extend: {},
},
};