keyframekit 1.0.5 → 1.0.6
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/README.md +1 -1
- package/docs/docs/index.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -73,7 +73,7 @@ const rotateSmallAnimKeyframes = KeyframeKit.getStyleSheetKeyframes({
|
|
|
73
73
|
});
|
|
74
74
|
```
|
|
75
75
|
|
|
76
|
-
> Note: This won't resolve
|
|
76
|
+
> Note: This won't resolve any `@import` rules in the stylesheet. [See here.][3]
|
|
77
77
|
|
|
78
78
|
### Defining animations in JS
|
|
79
79
|
|
package/docs/docs/index.md
CHANGED
|
@@ -88,7 +88,7 @@ const rotateSmallAnimKeyframes = KeyframeKit.getStyleSheetKeyframes({
|
|
|
88
88
|
});
|
|
89
89
|
```
|
|
90
90
|
|
|
91
|
-
> Note: This won't resolve
|
|
91
|
+
> Note: This won't resolve any `@import` rules in the stylesheet. [See here.][3]
|
|
92
92
|
|
|
93
93
|
### Defining animations in JS
|
|
94
94
|
|