halo-admin/tailwind.config.js

11 lines
140 B
JavaScript

module.exports = {
content: ['./src/**/*.vue'],
theme: {
extend: {}
},
corePlugins: {
preflight: false
},
plugins: []
}