mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 09:20:12 +01:00
- it's not formatted by Meteor well, \n is missing in the generated Javascript code, so i insert in the template
11 lines
226 B
Text
11 lines
226 B
Text
template(name="spinnerBounce")
|
|
.sk-spinner.sk-spinner-bounce(class=currentBoard.colorClass)
|
|
+spinnerBounceRaw
|
|
|
|
template(name="spinnerBounceRaw")
|
|
.sk-bounce1
|
|
|
|
|
.sk-bounce2
|
|
|
|
|
.sk-bounce3
|
|
|
|