mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:42:45 +00:00 
			
		
		
		
	 db121c7af1
			
		
	
	
		db121c7af1
		
	
	
	
	
		
			
			We're already handling whitespace between components, do the same for leading whitespace. Fixes crash on https://distill.pub/2021/gnn-intro.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <style>
 | |
|     test {
 | |
|         display: grid;
 | |
|         width: 100%;
 | |
|         grid-template-columns: 50px [  first second ] 1fr;
 | |
|     }
 | |
| </style>
 |