Skip to content

Instantly share code, notes, and snippets.

@jcfranco
Created September 22, 2022 20:40
Show Gist options
  • Save jcfranco/ee576ec0ff9a9821cf2056bf212e57a0 to your computer and use it in GitHub Desktop.
Save jcfranco/ee576ec0ff9a9821cf2056bf212e57a0 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
:host(:focus) {
&[active] {
// ...
display: block;
}
}
:host(:focus)[active] {
display: block;
}
{
"sass": {
"compiler": "dart-sass/1.32.12",
"extensions": {},
"syntax": "SCSS",
"outputStyle": "expanded"
},
"autoprefixer": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment