d2blog-template/.postcssrc.js

6 lines
59 B
JavaScript
Raw Normal View History

2023-04-27 16:44:20 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}