Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Doesn't take into account escaped colons when parsing for :not #10

Closed
adamwathan opened this issue Mar 13, 2018 · 0 comments
Closed

Doesn't take into account escaped colons when parsing for :not #10

adamwathan opened this issue Mar 13, 2018 · 0 comments

Comments

@adamwathan
Copy link

If I have a class like:

.sm\:not-italic {
  font-style: normal;
}

...this plugin will error when building because the :not in the class name is incorrectly identified as the :not(...) pseudo-class even though the preceding colon is properly escaped.

Happy to dive in and try and fix but if someone more familiar with the project knows exactly how to fix it already I would be extremely grateful for your help! ❤️

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant