Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Predict the output
/
Frontend
/
Sass
Which selector does this SCSS emit?
from Sass
Dart Sass 1.104.0
beginner
2 min
Which selector does this SCSS emit?
scss
Copy
$state
:
"open"
;
.notice
{
&
--#{$state}
{
display
:
block
;
}
}
.notice --open
.notice--open
.notice .open
.open.notice
Check
Copy code
Open in playground
Ask AI about this kata
Report an error
previous kata
A user can switch themes after the page loads. Where should the changing color value live?
Quiz
next kata
Review generated alert API
Review AI code
A new version is available
Reload