npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

gulp-shorthand

1.1.0

@kevva

npmHomeRepoSnykSocket
Downloads:263
$ npm install gulp-shorthand
DailyWeeklyMonthlyYearly

gulp-shorthand Build Status

shrthnd makes your CSS files lighter and more readable

Issues with the output should be reported on the shrthnd issue tracker.

Install

$ npm install --save gulp-shorthand

Usage

var gulp = require('gulp');
var shorthand = require('gulp-shorthand');

gulp.task('default', function () {
	return gulp.src('src/index.css')
		.pipe(shorthand())
		.pipe(gulp.dest('dest'));
});

License

MIT © Kevin Mårtensson