gulp-css-longhand

1.0.3 • Public • Published

gulp-css-longhand Build Status

gulp plugin to expand CSS.

Install

$ npm install --save-dev gulp-css-longhand

Usage

var gulp = require('gulp');
var cssLonghand = require('gulp-css-longhand');
 
gulp.task('default', function () {
    return gulp.src('src/shortHand.css')
        .pipe(cssLonghand())
        .pipe(gulp.dest('dist'));
});

License

MIT © hemanth.hm

Package Sidebar

Install

npm i gulp-css-longhand

Weekly Downloads

2

Version

1.0.3

License

MIT

Last publish

Collaborators

  • hemanth