Mainly copyedits, but also - Dart .jade extends TS .jade file with minor overrides - Significant update of example code (so it matches the ts example in its appearance and behavior). - Tweaks to Dart code. - A few extra/corrected mixin definitions in `_util-fns.jade`.
		
			
				
	
	
		
			14 lines
		
	
	
		
			151 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			151 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
.parent {
 | 
						|
  color: #666;
 | 
						|
  margin: 14px 0;
 | 
						|
  padding: 8px;
 | 
						|
}
 | 
						|
input {
 | 
						|
  margin: 4px;
 | 
						|
  padding: 4px;
 | 
						|
}
 | 
						|
.comment {
 | 
						|
  color: red;
 | 
						|
  font-style: italic;
 | 
						|
}
 |