carfdevcss 0.0.3 → 0.0.4
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 +1 -1
- package/src/index.css +1 -6
package/package.json
CHANGED
package/src/index.css
CHANGED
|
@@ -905,12 +905,7 @@
|
|
|
905
905
|
============================================ */
|
|
906
906
|
|
|
907
907
|
@utility animate-iteration-count-* {
|
|
908
|
-
animation-iteration-count: --value(
|
|
909
|
-
--tw-anim-iteration-count-*,
|
|
910
|
-
number,
|
|
911
|
-
[number],
|
|
912
|
-
[*]
|
|
913
|
-
);
|
|
908
|
+
animation-iteration-count: --value(--tw-anim-iteration-count-*, number, [number], [*]);
|
|
914
909
|
}
|
|
915
910
|
|
|
916
911
|
/* ============================================
|