regexper-static/postcss.config.js

6 lines
70 B
JavaScript

module.exports = {
plugins: [
require('postcss-cssnext')
]
};