dnsrecords.io/postcss.config.js
2017-10-20 00:10:35 +02:00

11 lines
254 B
JavaScript
Vendored

module.exports = {
plugins: [
require('postcss-easy-import')(),
require('postcss-cssnext')({
features: {
// Mix takes care of this.
autoprefixer: false,
},
}),
],
};