fis-preprocessor-autoprefixer

0.0.8 • Public • Published

fis-preprocessor-autoprefixer

a autoprefixer plugin build for fis #fis-preporcessor-autoprefixer 基于fis的一个标准预处理器插件。 ##安装 npm install -g fis-preprocessor-autoprefixer

##配置信息 fis-conf.js

/*
//配置兼容信息具体参照postcss autoprefixer的配置格式
*/
fis.config.get("bowers_conf",['> 100%']);

/*
下为标准配置信息
*/
fis.config.merge({
    modules: {
        preprocessor: {
            css:"autoprefixer"
        }
    }
});

##运行 fis release

Readme

Keywords

none

Package Sidebar

Install

npm i fis-preprocessor-autoprefixer

Weekly Downloads

1

Version

0.0.8

License

ISC

Last publish

Collaborators

  • mrluobo