web-font/apps/frontend/tailwind.config.js
2021-03-12 19:08:10 +08:00

12 lines
208 B
JavaScript

module.exports = {
purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}