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
Using tag selectors is not intuitive.
The intuitive and the currently working solution:
@/h1/i:color-red // invalid but intuitive @/h1:/i:color-red // valid and weird`
Consider supporting the first variant instead if Turbo CSS V2 comes out. (Not currently planned, just documenting the issue.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using tag selectors is not intuitive.
The intuitive and the currently working solution:
Consider supporting the first variant instead if Turbo CSS V2 comes out.
(Not currently planned, just documenting the issue.)
The text was updated successfully, but these errors were encountered: