smart-culture-ux/postcss.config.cjs
2023-12-04 14:08:31 +08:00

6 lines
60 B
JavaScript

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