Files
integral-shop/frontend/postcss.config.js
2026-03-08 18:35:11 +08:00

6 lines
59 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {}
}
}