Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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插件

Awesome Lists containing this project

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)