hamstr/tailwind.config.js

10 lines
151 B
JavaScript
Raw Normal View History

2021-12-13 15:59:42 +00:00
// eslint-disable-next-line
module.exports = {
content: ['./src/**/*.{vue,html}'],
theme: {
extend: {}
},
plugins: [],
important: true
}