mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			102 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			102 B
		
	
	
	
		
			SCSS
		
	
	
	
		
			Vendored
		
	
	
	
| @function delay($interval, $count, $index) {
 | |
|   @return ($index * $interval) - ($interval * $count);
 | |
| }
 |