gulp-mcs

0.3.0 • Public • Published

gulp-mcs

mcss plugin for gulp

Installation

install package with NPM and add it to your development dependencies:

npm install --save-dev gulp-mcs

Usage

var mcss = require('gulp-mcs');
 
gulp.task('mcss', function() {
    gulp.src('./mcss/*.mcss')
        .pipe(mcss({
            // other options: https://github.com/leeluolee/mcss
        }))
        .pipe(gulp.dest('./css'))
})

Readme

Keywords

Package Sidebar

Install

npm i gulp-mcs

Weekly Downloads

4

Version

0.3.0

License

MIT

Last publish

Collaborators

  • zjzhome