postcss-selector-parser
Advanced tools
Comparing version
@@ -789,3 +789,3 @@ # API Documentation | ||
to this method are passed to postcss's error constructor | ||
([documentation](http://api.postcss.org/Container.html#error)). | ||
([documentation](http://postcss.org/api/#container-error)). | ||
@@ -792,0 +792,0 @@ #### Async Error Example |
@@ -0,1 +1,5 @@ | ||
# 6.1.2 | ||
- Fixed: erroneous trailing combinators in pseudos | ||
# 6.1.1 | ||
@@ -2,0 +6,0 @@ |
@@ -488,3 +488,3 @@ "use strict"; | ||
var nextSigTokenPos = this.locateNextMeaningfulToken(this.position); | ||
if (nextSigTokenPos < 0 || this.tokens[nextSigTokenPos][_tokenize.FIELDS.TYPE] === tokens.comma) { | ||
if (nextSigTokenPos < 0 || this.tokens[nextSigTokenPos][_tokenize.FIELDS.TYPE] === tokens.comma || this.tokens[nextSigTokenPos][_tokenize.FIELDS.TYPE] === tokens.closeParenthesis) { | ||
var nodes = this.parseWhitespaceEquivalentTokens(nextSigTokenPos); | ||
@@ -491,0 +491,0 @@ if (nodes.length > 0) { |
{ | ||
"name": "postcss-selector-parser", | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"devDependencies": { | ||
@@ -5,0 +5,0 @@ "@babel/cli": "^7.11.6", |
186430
0.08%