blessing-skin-server/postcss.config.js

6 lines
68 B
JavaScript
Raw Normal View History

2018-07-30 09:45:01 +08:00
module.exports = {
2019-03-15 11:42:41 +08:00
plugins: [
require('autoprefixer'),
],
}