regexper-static/postcss.config.js

7 lines
68 B
JavaScript
Raw Normal View History

2018-02-10 20:58:29 +00:00
module.exports = {
use: [
'precss',
'autoprefixer'
]
};