mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-03 14:03:18 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			102 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			102 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
@function delay($interval, $count, $index) {
 | 
						|
  @return ($index * $interval) - ($interval * $count);
 | 
						|
}
 |