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
& must appear at the beginning of a compound selector, but it can be followed by a suffix that will be added to the parent selector. For example:
#main { color: black; &-sidebar { border: 1px solid; } }
'-sidebar' should have the same color as 'main' colorization working properly for '&: hover'
an other mistake with '-on'
&-on { background-color: $myColor; }
The text was updated successfully, but these errors were encountered:
This also behaves different depending on wether the selector is followed by { or ,. See example images below.
{
,
Sorry, something went wrong.
No branches or pull requests
& must appear at the beginning of a compound selector, but it can be followed by a suffix that will be added to the parent selector. For example:
'-sidebar' should have the same color as 'main'
colorization working properly for '&: hover'
an other mistake with '-on'
The text was updated successfully, but these errors were encountered: