Comparing version 8.4.2 to 8.4.3
@@ -87,3 +87,3 @@ 'use strict' | ||
} | ||
} else { | ||
} else if (this.css) { | ||
this.css = this.css.replace(/(\n)?\/\*#[\S\s]*?\*\/$/gm, '') | ||
@@ -108,3 +108,3 @@ } | ||
}) | ||
} else { | ||
} else if (this.css) { | ||
let from = this.opts.from | ||
@@ -111,0 +111,0 @@ ? this.toUrl(this.path(this.opts.from)) |
@@ -11,2 +11,3 @@ 'use strict' | ||
constructor(processor, css, opts) { | ||
css = css.toString() | ||
this.stringified = false | ||
@@ -13,0 +14,0 @@ |
@@ -10,3 +10,3 @@ 'use strict' | ||
constructor(plugins = []) { | ||
this.version = '8.4.2' | ||
this.version = '8.4.3' | ||
this.plugins = this.normalize(plugins) | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "postcss", | ||
"version": "8.4.2", | ||
"version": "8.4.3", | ||
"description": "Tool for transforming styles with JS plugins", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
185581
6484