western-world 3.0.249 → 3.0.252

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "western-world",
3
- "version": "3.0.249",
3
+ "version": "3.0.252",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -13,7 +13,7 @@
13
13
  transform-origin: center center;
14
14
  animation-delay: calc(var(--nth-child) * 0.1s);
15
15
 
16
- @include nth_child_variable;
16
+ @include nth_child_variable(27);
17
17
  }
18
18
  }
19
19
  }
@@ -48,7 +48,7 @@
48
48
  transform-origin: center center;
49
49
  animation-delay: calc(var(--nth-child) * 0.1s);
50
50
 
51
- @include nth_child_variable;
51
+ @include nth_child_variable(17);
52
52
  }
53
53
  }
54
54
  }
@@ -0,0 +1 @@
1
+ // TODO
@@ -20,7 +20,7 @@
20
20
  transform-origin: center center;
21
21
  animation-delay: calc(var(--nth-child) * 0.1s);
22
22
 
23
- @include nth_child_variable;
23
+ @include nth_child_variable(35);
24
24
  }
25
25
  }
26
26
  }
@@ -13,7 +13,7 @@
13
13
  transform-origin: center center;
14
14
  animation-delay: calc(var(--nth-child) * 0.1s);
15
15
 
16
- @include nth_child_variable;
16
+ @include nth_child_variable(10);
17
17
  }
18
18
  }
19
19
  }
@@ -11,9 +11,9 @@
11
11
  animation-timing-function: linear;
12
12
  animation-iteration-count: infinite;
13
13
  transform-origin: center center;
14
- animation-delay: calc(var(--nth-child) * 0.1s);
14
+ animation-delay: calc(var(--nth-child) * 0.05s);
15
15
 
16
- @include nth_child_variable;
16
+ @include nth_child_variable(21);
17
17
  }
18
18
  }
19
19
  }
@@ -1,5 +1,5 @@
1
- @mixin nth_child_variable {
2
- @for $i from 1 to 35 {
1
+ @mixin nth_child_variable($n) {
2
+ @for $i from 1 to $n {
3
3
  &:nth-child(#{$i}) {
4
4
  --nth-child: #{$i};
5
5
  }
@@ -13,7 +13,7 @@
13
13
  transform-origin: center center;
14
14
  animation-delay: calc(var(--nth-child) * 0.1s);
15
15
 
16
- @include nth_child_variable;
16
+ @include nth_child_variable(14);
17
17
  }
18
18
  }
19
19
  }
@@ -13,7 +13,7 @@
13
13
  transform-origin: center center;
14
14
  animation-delay: calc(var(--nth-child) * 0.1s);
15
15
 
16
- @include nth_child_variable;
16
+ @include nth_child_variable(25);
17
17
  }
18
18
  }
19
19
  }
@@ -13,7 +13,7 @@
13
13
  transform-origin: center center;
14
14
  animation-delay: calc(var(--nth-child) * 0.1s);
15
15
 
16
- @include nth_child_variable;
16
+ @include nth_child_variable(10);
17
17
  }
18
18
  }
19
19
  }