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

7 lines
80 B
JavaScript
Raw Permalink Normal View History

2024-12-26 19:24:07 +08:00
module.exports = {
plugins: {
autoprefixer: {},
tailwindcss: {}
}
}