Last active
          August 29, 2015 14:20 
        
      - 
      
- 
        Save Im0rtality/9d0ed2ba5a7719c161f0 to your computer and use it in GitHub Desktop. 
    Test
  
        
  
    
      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
    
  
  
    
  | .bg-blue-l | |
| { | |
| background-color: #007ea2; | |
| } | |
| .font-blue-l | |
| { | |
| color: #007ea2; | |
| } | 
  
    
      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
    
  
  
    
  | $color-blue-l: #007ea2; | |
| .bg-blue-l | |
| { | |
| background-color: $color-blue-l; | |
| } | |
| .font-blue-l | |
| { | |
| color: $color-blue-l; | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment