halo/tailwind.config.js

8 lines
97 B
JavaScript

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