mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 19:24:03 +00:00
init crater
This commit is contained in:
3
resources/assets/sass/components/base/base-loader/animation/_functions.scss
vendored
Normal file
3
resources/assets/sass/components/base/base-loader/animation/_functions.scss
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
@function delay($interval, $count, $index) {
|
||||
@return ($index * $interval) - ($interval * $count);
|
||||
}
|
||||
Reference in New Issue
Block a user