Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/li-xianfeng/wepy-plugin-autoprefixer
wepy框架autoprefixer插件
https://github.com/li-xianfeng/wepy-plugin-autoprefixer
Last synced: 2 months ago
JSON representation
wepy框架autoprefixer插件
- Host: GitHub
- URL: https://github.com/li-xianfeng/wepy-plugin-autoprefixer
- Owner: li-xianfeng
- License: mit
- Created: 2017-08-12T13:33:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T10:57:38.000Z (almost 7 years ago)
- Last Synced: 2024-08-03T21:03:37.811Z (6 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wepy - wepy-plugin-autoprefixer:wepy框架autoprefixer插件
README
# wepy框架autoprefixer插件
## 安装
```
npm install wepy-plugin-autoprefixer --save-dev
```## 配置`wepy.config.js`
```
module.exports.plugins = {
'autoprefixer': {
filter: /\.(wxss|css)$/,
config: {
browsers: ['last 11 iOS versions']
}
},
};
```## 参数说明
[autoprefixer](https://github.com/postcss/autoprefixer#options)