Created
July 31, 2014 20:20
-
-
Save icodeforlove/a3715ea2b235387a7ba7 to your computer and use it in GitHub Desktop.
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
| @component TestName { | |
| width: 100px; | |
| height: 100px; | |
| .state-test & { | |
| width: 223px; | |
| } | |
| .header { | |
| width: 100px; | |
| &:hover { | |
| color: blue; | |
| } | |
| .profile, .something { | |
| opacity: .3; | |
| .image { | |
| width: 100px; | |
| height: 100px; | |
| } | |
| .state-active & { | |
| opacity: .4; | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment