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
&
Name of the lexer css & nesting selector support
Code sample
body { &:has(span) { background-color: red; } }
https://rouge.jneen.net/v4.5.1/css/Ym9keSB7CiAgICY6aGFzKHNwYW4pIHsKICAgICAgYmFja2dyb3VuZC1jb2xvcjogcmVkOwogICB9Cn0K
Additional context
& nesting selector - CSS: Cascading Style Sheets | MDN https://developer.mozilla.org/en-US/docs/Web/CSS/Nesting_selector
2.1. Syntax - CSS Nesting Module https://www.w3.org/TR/css-nesting-1/#syntax
CSS Nesting | Can I use... Support tables for HTML5, CSS3, etc https://caniuse.com/css-nesting
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Name of the lexer
css
&
nesting selector supportCode sample
https://rouge.jneen.net/v4.5.1/css/Ym9keSB7CiAgICY6aGFzKHNwYW4pIHsKICAgICAgYmFja2dyb3VuZC1jb2xvcjogcmVkOwogICB9Cn0K
Additional context
& nesting selector - CSS: Cascading Style Sheets | MDN
https://developer.mozilla.org/en-US/docs/Web/CSS/Nesting_selector
2.1. Syntax - CSS Nesting Module
https://www.w3.org/TR/css-nesting-1/#syntax
CSS Nesting | Can I use... Support tables for HTML5, CSS3, etc
https://caniuse.com/css-nesting
The text was updated successfully, but these errors were encountered: