scratchy/postcss.config.js

6 lines
57 B
JavaScript
Raw Normal View History

2016-06-08 17:28:38 +03:00
module.exports = {
plugins: {
'autoprefixer': {}
}
}