regexper-static/postcss.config.js
2018-02-11 14:51:17 -05:00

6 lines
70 B
JavaScript

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