gulp-shorthand-candy

2.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i gulp-shorthand-candy

Weekly Downloads

2

Version

2.0.0

License

MIT

Unpacked Size

3.03 kB

Total Files

4

Last publish

Collaborators

  • qork