Skip to content

Conversation

@sbking
Copy link
Contributor

@sbking sbking commented Aug 27, 2022

Enum variants are currently broken - this should fix them.

Example:

<a className="aria-current-page:underline" />

Currently produces:

[aria-current-page="page"].aria-current-page\:underline {
  text-decoration-line: underline;
}

With this PR:

[aria-current="page"].aria-current-page\:underline {
  text-decoration-line: underline;
}

@sbking
Copy link
Contributor Author

sbking commented Sep 6, 2022

@seanpdoyle Are there any changes I can make to get this PR ready for approval / merge?

@seanpdoyle seanpdoyle merged commit 980733f into thoughtbot:main Sep 6, 2022
@seanpdoyle
Copy link
Contributor

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants