mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-08 14:04:50 +00:00
4 lines
102 B
SCSS
Vendored
4 lines
102 B
SCSS
Vendored
@function delay($interval, $count, $index) {
|
|
@return ($index * $interval) - ($interval * $count);
|
|
}
|