free-floating/postcss.config.js

6 lines
60 B
JavaScript
Raw Normal View History

2019-06-22 17:24:17 +02:00
module.exports = {
plugins: {
autoprefixer: {}
}
};