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