skyeyesystem/frontend/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2026-01-09 16:25:22 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}