Skip to content

li-xianfeng/wepy-plugin-autoprefixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

wepy框架autoprefixer插件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published