smart-culture-ux/postcss.config.cjs

6 lines
60 B
JavaScript
Raw Permalink Normal View History

2023-12-04 06:08:31 +00:00
module.exports = {
plugins: {
autoprefixer: {}
}
};