2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-05 23:22:26 +03:00
Files
vue2-datepicker/.postcssrc.js
T
mengxiong10 982f56b48f fix
2017-05-26 14:23:09 +08:00

8 lines
123 B
JavaScript

// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
'plugins':{
'autoprefixer': {}
}
}