4x/iot-device-cloud-frontend/tailwind.config.js

11 lines
148 B
JavaScript
Raw Permalink Normal View History

2024-12-26 19:24:07 +08:00
module.exports = {
content: [],
theme: {
extend: {}
},
plugins: [],
purge: {
content: ['./src/**/*.html', './src/**/*.vue']
}
}