Merge pull request #422 from jwsoh07/jw-soh/addition-to-css-selectors
05-descendant-combinator: Add css selector option
This commit is contained in:
		
						commit
						e1dbb71bb6
					
				| 
						 | 
					@ -8,6 +8,7 @@
 | 
				
			||||||
/* Below are some other possible descendant combinators:
 | 
					/* Below are some other possible descendant combinators:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
div p
 | 
					div p
 | 
				
			||||||
 | 
					div > p
 | 
				
			||||||
div .text
 | 
					div .text
 | 
				
			||||||
.container p
 | 
					.container p
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue