static-cms/postcss.config.js
2018-07-25 21:17:57 -04:00

6 lines
74 B
JavaScript

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