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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    5
  • 1.0.2
    1
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i gulp-css-longhand

Weekly Downloads

8

Version

1.0.3

License

MIT

Last publish

Collaborators

  • hemanth