roim-picx/tailwind.config.js

9 lines
125 B
JavaScript

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