Comparing version 0.2.7 to 0.2.8
{ | ||
"name": "gulp-csso", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Minify CSS with CSSO.", | ||
@@ -32,7 +32,7 @@ "license": "MIT", | ||
"clear": "0.0.1", | ||
"gulp": "~3.5.2", | ||
"gulp": "~3.6.1", | ||
"gulp-mocha": "~0.4.1", | ||
"gulp-jshint": "~1.5.0", | ||
"jshint-stylish": "~0.1.5", | ||
"mocha": "~1.17.1", | ||
"mocha": "~1.18.2", | ||
"event-stream": "~3.1.0" | ||
@@ -39,0 +39,0 @@ }, |
@@ -30,8 +30,4 @@ # [gulp](https://github.com/wearefractal/gulp)-csso [![Build Status](https://travis-ci.org/ben-eb/gulp-csso.svg?branch=master)](https://travis-ci.org/ben-eb/gulp-csso) [![NPM version](https://badge.fury.io/js/gulp-csso.svg)](http://badge.fury.io/js/gulp-csso) [![Dependency Status](https://gemnasium.com/ben-eb/gulp-csso.svg)](https://gemnasium.com/ben-eb/gulp-csso) | ||
### csso(false) *or* csso() | ||
### csso(structureMinimization) | ||
The default is to use structure minimization for maximum compression. See [the CSSO description](http://bem.info/tools/optimizers/csso/description/) for more information. | ||
### csso(true) | ||
Pass true instead if you want to disable this feature. | ||
A boolean value; the default is to use structure minimization for maximum compression, by passing false (or no parameters). See [the CSSO description](http://bem.info/tools/optimizers/csso/description/) for more information. Pass true instead if you want to disable this feature. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8401
33