We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
>
+
~
Heya, looks like a great add-on! I can't use it quite yet because some combinators are broken.
The following statement:
.parent > :focus { ... }
Tries to get rewritten, as:
.pseudo-focus .parent > { ... }
which isn't valid CSS and blocks the rewritten sheet from being loaded.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Heya, looks like a great add-on! I can't use it quite yet because some combinators are broken.
The following statement:
Tries to get rewritten, as:
which isn't valid CSS and blocks the rewritten sheet from being loaded.
The text was updated successfully, but these errors were encountered: