# custom-auto-prefixer-cli **Repository Path**: supeijin_JavaScript/custom-auto-prefixer-cli ## Basic Information - **Project Name**: custom-auto-prefixer-cli - **Description**: 自动补全 css 浏览器前缀 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-02 - **Last Updated**: 2023-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: HTML, CSS ## README #### 介绍 批量补全浏览器前缀样式(基于postcss、autoprefixer实现); #####安装 ``` npm install custom-fix-css --save-dev 或者yarn add custom-fix-css --dev ``` #####使用 ``` 执行 fix-cli 命令 ```