Created
June 12, 2014 13:07
-
-
Save nongio-zz/a04a0bdbdb87c3e36fe4 to your computer and use it in GitHub Desktop.
scss to reproduce sassc bug
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
.baseclass { | |
position: relative; | |
width: 116px; | |
height: 142px; | |
margin: 6px 0px 0px 6px; | |
> img { | |
width: 114px; | |
height: 114px; | |
} | |
&__label { | |
padding-left: 5px; | |
line-height: 22px; | |
} | |
} | |
.baseclass--modifier { | |
@extend .baseclass; | |
> img { | |
opacity: 0.5; | |
} | |
&__label { | |
color: black; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sass output:
sassc output: