csstools / postcss-extend-rule

Use the @extend at-rule and functional selectors in CSS
https://jonathantneal.github.io/postcss-extend-rule/
Creative Commons Zero v1.0 Universal
51 stars 7 forks source link

Multiple extends #11

Closed gnimmelf closed 2 years ago

gnimmelf commented 4 years ago

Be gentle.

Delayed the nesting-replacement until after all at-rules are handled.

ar53n commented 3 years ago

@jonathantneal hello, are there any chances to publish?

gnimmelf commented 3 years ago

I think this commit is redundant; it took me a while to figure out that at the current implementation the EXTENDS are COMMA-SEPARATED. I went with that and totally forgot about this PR.

ar53n commented 3 years ago

@gnimmelf ohh, thank you, I got it, just nothing is say about this functionality. I think it would be better write in README about