Created
          May 21, 2015 13:49 
        
      - 
      
- 
        Save jruz/00c9a374dad76c2f980e 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
    
  
  
    
  | // ---- | |
| // Sass (v3.4.13) | |
| // Compass (v1.0.3) | |
| // ---- | |
| .object | |
| & | |
| padding: 10px | |
| &__element | |
| padding: 20px | |
| &--modifier | |
| color: blue | |
| &--modifier &__element | |
| padding: 10px | 
  
    
      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
    
  
  
    
  | .object { | |
| padding: 10px; | |
| } | |
| .object__element { | |
| padding: 20px; | |
| } | |
| .object--modifier { | |
| color: blue; | |
| } | |
| .object--modifier .object__element { | |
| padding: 10px; | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment