diretto/postcss.config.js

6 lines
56 B
JavaScript
Raw Normal View History

2019-06-26 20:45:22 +02:00
module.exports = {
plugins: {
autoprefixer: {}
}
};