Created
          November 18, 2015 15:42 
        
      - 
      
- 
        Save DaveKin/5ba09588693f246f5914 to your computer and use it in GitHub Desktop. 
    test selector counts
  
        
  
    
      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
    
  
  
    
  | .a,.b,.c,.d,.e{ | |
| display: block; | |
| color: red; | |
| } | |
| .f,.g{ | |
| display: inline; | |
| } | |
| .b,.f{ | |
| color: green; | |
| } | 
  
    
      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
    
  
  
    
  | .a{ | |
| display: block; | |
| color: red; | |
| } | |
| .b{ | |
| display: block; | |
| color: green; | |
| } | |
| .c{ | |
| display: block; | |
| color: red; | |
| } | |
| .d{ | |
| display: block; | |
| color: red; | |
| } | |
| .e{ | |
| display: block; | |
| color: red; | |
| } | |
| .f{ | |
| display: inline; | |
| color:green; | |
| } | |
| .g{ | |
| display: inline; | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment