postcss-flexadapter

1.0.1 • Public • Published

postcss-flexadapter

NPM

Introduce

Install

当然,你需要先安装gulp

$ npm install --global gulp

然后安装插件。

//全局安装
$ npm install --global postcss-flexadapter
 
//局部安装
$ npm install --save-dev postcss-flexadapter

Usage

gulp.task('default', function() {
    var processors = [
        flexadapter
   ];
    gulp.src('./style.css')
        .pipe(postcss(processors))
        .pipe(gulp.dest('build/'));
});

Package Sidebar

Install

npm i postcss-flexadapter

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • tqtan