Postcss: Attributes selectors with unquoted semicolon throw error

Created on 2 Sep 2016  路  7Comments  路  Source: postcss/postcss

Selectors such as [attr=;] return the following error when PostCSS parses the CSS input.

<css input>:7:1: Unknown word

Even though this selector is valid and correctly parsed by postcss-selector-parser itself.

bug

All 7 comments

I will try to look at it on this weekend. Feel free to ping me on next Friday again if I will forget.

Fixed dacd392

Sorry, it will be released only in 5.2, because it introduces new token.

You can use postcss-safe-parser until release.

@ai when is 5.2 planned? If there's a planning. I can wait a little 馃槉

(Thanks for the quickfix though! 馃憤 )

I try to release it on this weekend, but maybe it could take a week.

I can definitely wait :)

Released in 5.2.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jbg picture jbg  路  14Comments

ben-eb picture ben-eb  路  11Comments

AdeSupriyadi picture AdeSupriyadi  路  3Comments

OEvgeny picture OEvgeny  路  9Comments

Semigradsky picture Semigradsky  路  3Comments