Comparing version
@@ -0,1 +1,5 @@ | ||
# 2.6.1 | ||
* Improved performance of the core module `functionOptimiser`. | ||
# 2.6.0 | ||
@@ -2,0 +6,0 @@ |
@@ -12,5 +12,3 @@ 'use strict'; | ||
'gradient', | ||
'hsl', | ||
'rect', | ||
'rgb', | ||
'rotate3d', | ||
@@ -48,6 +46,4 @@ 'scale', | ||
return function (css) { | ||
functions.forEach(function (fn) { | ||
css.eachDecl(optimise); | ||
}); | ||
css.eachDecl(optimise); | ||
}; | ||
}); |
{ | ||
"name": "cssnano", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "A modular minifier, built on top of the PostCSS ecosystem.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
19335
-0.04%245
-1.61%