postcss-minify-gradients
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -0,1 +1,5 @@ | ||
# 1.0.5 | ||
* Resolves a crash on empty `linear-gradient()` functions. | ||
# 1.0.4 | ||
@@ -2,0 +6,0 @@ |
@@ -49,2 +49,7 @@ 'use strict'; | ||
var _ret = function () { | ||
if (!node.nodes.length) { | ||
return { | ||
v: false | ||
}; | ||
} | ||
var args = getArguments(node); | ||
@@ -86,2 +91,7 @@ if (node.nodes[0].value === 'to' && args[0].length === 3) { | ||
var _ret2 = function () { | ||
if (!node.nodes.length) { | ||
return { | ||
v: false | ||
}; | ||
} | ||
var args = getArguments(node); | ||
@@ -88,0 +98,0 @@ var lastStop = void 0; |
{ | ||
"name": "postcss-minify-gradients", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Minify gradient parameters with PostCSS.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
10830
111