postcss-value-parser
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "postcss-value-parser", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Transforms css values and at-rule params into the tree", | ||
@@ -5,0 +5,0 @@ "main": "lib/parser.js", |
@@ -46,3 +46,3 @@ [![Travis CI](https://travis-ci.org/TrySound/postcss-value-parser.svg)](https://travis-ci.org/TrySound/postcss-value-parser) | ||
if(node.type === 'functon' && node.value === 'url') { | ||
if (node.type === 'function' && node.value === 'url') { | ||
return false; | ||
@@ -49,0 +49,0 @@ } |
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
13510