You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.
These are currently in production use on sites using Polymer.
However when trying to process css with this plugin I get an error like:
Error: Expected pseudo-class or pseudo-element
at new error ({app}/node_modules/postcss-selector-parser/dist/processor.js:27:23)
at Parser.error ({app}/node_modules/postcss-selector-parser/dist/parser.js:212:15)
at Parser.pseudo ({app}/node_modules/postcss-selector-parser/dist/parser.js:292:25)
at Parser.parse ({app}/node_modules/postcss-selector-parser/dist/parser.js:502:22)
at Parser.loop ({app}/node_modules/postcss-selector-parser/dist/parser.js:470:18)
at new Parser ({app}/node_modules/postcss-selector-parser/dist/parser.js:89:21)
at Processor.process ({app}/node_modules/postcss-selector-parser/dist/processor.js:24:21)
at {app}/node_modules/postcss-pseudo-class-any-link/index.js:48:7
at {app}/node_modules/postcss/lib/container.js:118:28
at {app}/node_modules/postcss/lib/container.js:81:26
at Rule.each ({app}/node_modules/postcss/lib/container.js:68:22)
at Rule.walk ({app}/node_modules/postcss/lib/container.js:80:21)
at {app}/node_modules/postcss/lib/container.js:83:32
at Root.each ({app}/node_modules/postcss/lib/container.js:68:22)
at Root.walk ({app}/node_modules/postcss/lib/container.js:80:21)
at Root.walkRules ({app}/node_modules/postcss/lib/container.js:116:25)
This bug is exclusive to any-link. I have postcss-selector-matches, postcss-selector-not, and postcss-nesting all present and none of them have an issue with the syntax.
The text was updated successfully, but these errors were encountered:
The @apply spec defines 'css property sets' like this:
These are currently in production use on sites using Polymer.
However when trying to process css with this plugin I get an error like:
This bug is exclusive to any-link. I have postcss-selector-matches, postcss-selector-not, and postcss-nesting all present and none of them have an issue with the syntax.
The text was updated successfully, but these errors were encountered: