test_web_router/postcss.config.js

5 lines
73 B
JavaScript
Raw Normal View History

2017-06-02 01:43:14 +00:00
module.exports = {
plugins: [
require('autoprefixer')
]
}