mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-10-30 00:07:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			116 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			116 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| @use "../variables" as *;
 | |
| 
 | |
| @mixin line-height($number) {
 | |
|   line-height: #{$number * $typographic-leading + "px"};
 | |
| }
 |