snowy/_web/postcss.config.js

6 lines
59 B
Java
Raw Normal View History

2020-12-01 12:53:52 +00:00
module.exports = {
plugins: {
autoprefixer: {}
}
}