This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
lixinyan-diamondv/UI source code/dns_mapping_ui-master/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2022-06-24 17:11:23 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}