Comparing version 8.5.1 to 8.5.2
@@ -350,2 +350,4 @@ 'use strict' | ||
this.spaces = '' | ||
prev.source.end = this.getPosition(token[2]) | ||
prev.source.end.offset += prev.raws.ownSemicolon.length | ||
} | ||
@@ -352,0 +354,0 @@ } |
@@ -10,3 +10,3 @@ 'use strict' | ||
constructor(plugins = []) { | ||
this.version = '8.5.1' | ||
this.version = '8.5.2' | ||
this.plugins = this.normalize(plugins) | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "postcss", | ||
"version": "8.5.1", | ||
"version": "8.5.2", | ||
"description": "Tool for transforming styles with JS plugins", | ||
@@ -5,0 +5,0 @@ "engines": { |
201946
6951