OneAuth/oaf/tailwind.config.js
2021-10-28 17:23:59 +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: [],
}