Skip to content

Instantly share code, notes, and snippets.

@intellix
Created August 18, 2021 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save intellix/d3d6543dba749517312c6caee94483de to your computer and use it in GitHub Desktop.
Save intellix/d3d6543dba749517312c6caee94483de to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// [_ngcontent_123] is automatically wrapped due to default ViewEncapsulation.Emulated
[_ngcontent_123] {
.layout {
display: flex;
.item {
flex: 1;
.name {
text-align: left;
.a,
.b,
.c {
font-size: small;
}
}
}
}
}
// Versus
[_ngcontent_123] {
.layout {
display: flex;
}
.item {
flex: 1;
}
.name {
text-align: left;
}
.a,
.b,
.c {
font-size: small;
}
}
[_ngcontent_123] .layout {
display: flex;
}
[_ngcontent_123] .layout .item {
flex: 1;
}
[_ngcontent_123] .layout .item .name {
text-align: left;
}
[_ngcontent_123] .layout .item .name .a,
[_ngcontent_123] .layout .item .name .b,
[_ngcontent_123] .layout .item .name .c {
font-size: small;
}
[_ngcontent_123] .layout {
display: flex;
}
[_ngcontent_123] .item {
flex: 1;
}
[_ngcontent_123] .name {
text-align: left;
}
[_ngcontent_123] .a,
[_ngcontent_123] .b,
[_ngcontent_123] .c {
font-size: small;
}
{
"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