material-you-react/postcss.config.js

6 lines
61 B
JavaScript
Raw Normal View History

2024-01-25 22:43:42 +03:00
module.exports = {
plugins: {
autoprefixer: {},
},
}