postcss-normalize-url
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -0,1 +1,5 @@ | ||
# 1.2.1 | ||
* Patch to address incorrect transformation of `@document` rules. | ||
# 1.2.0 | ||
@@ -2,0 +6,0 @@ |
@@ -70,4 +70,4 @@ 'use strict'; | ||
}); | ||
css.eachAtRule(namespaceOptimiser(options)); | ||
css.eachAtRule('namespace', namespaceOptimiser(options)); | ||
}; | ||
}); |
{ | ||
"name": "postcss-normalize-url", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Normalize URLs with PostCSS", | ||
@@ -5,0 +5,0 @@ "main": "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
7168