Skip to content

Instantly share code, notes, and snippets.

@frecklebit
Created October 20, 2020 19:36
Show Gist options
  • Save frecklebit/ab172345f091f4753fea81e0f7c96983 to your computer and use it in GitHub Desktop.
Save frecklebit/ab172345f091f4753fea81e0f7c96983 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.menu {
color: red;
& > li {
color: blue;
}
}
.submenu {
color: green;
}
<ul class="menu">
<li>
Menu Item
<ul class="submenu">
<li>Sub menu item</li>
</ul>
</li>
</ul>
.menu {
color: red;
}
.menu > li {
color: blue;
}
.submenu {
color: green;
}
{
"sass": {
"compiler": "dart-sass/1.26.11",
"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