liuxiaolong
2019-05-06 2ab7a76a38fbf8fa107bf6371f5410ba54e1d394
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@mixin spinkit-theme($background) {
  .sk-primary.sk-rotating-plane,
  .sk-primary.sk-double-bounce .sk-child,
  .sk-primary.sk-wave .sk-rect,
  .sk-primary.sk-wandering-cubes .sk-cube,
  .sk-primary.sk-spinner-pulse,
  .sk-primary.sk-chasing-dots .sk-child,
  .sk-primary.sk-three-bounce .sk-child,
  .sk-primary.sk-circle .sk-child:before,
  .sk-primary.sk-cube-grid .sk-cube,
  .sk-primary.sk-fading-circle .sk-circle:before,
  .sk-primary.sk-folding-cube .sk-cube:before {
    background-color: $background;
  }
}