regexper-static/postcss.config.js

7 lines
90 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('precss'),
require('autoprefixer')
2018-02-10 20:58:29 +00:00
]
};