Created
August 18, 2021 19:01
-
-
Save intellix/5be39c1dd98aff71e6c78398a9e26432 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[_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; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[_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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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