7 lines
		
	
	
		
			192 B
		
	
	
	
		
			CSS
		
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			192 B
		
	
	
	
		
			CSS
		
	
	
	
|  | /* preserving strings */ | ||
|  | .sele { | ||
|  |   content: "\"keep  \"    me"; | ||
|  |   something: '\\\' .     . '; | ||
|  |   else: 'empty{}'; | ||
|  |   content: "/* test */"; /* <---- this is not a comment, should be be kept */ | ||
|  | } |