regexper-static/postcss.config.js

7 lines
101 B
JavaScript
Raw Normal View History

2018-02-10 20:58:29 +00:00
module.exports = {
2018-02-11 12:04:36 +00:00
plugins: [
require('postcss-import'),
2018-02-11 19:51:17 +00:00
require('postcss-cssnext')
2018-02-10 20:58:29 +00:00
]
};