carfdevcss 0.0.3 → 0.0.5

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.css +1 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carfdevcss",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "Tailwind CSS adapter for carfdev design system",
5
5
  "style": "./src/index.css",
6
6
  "exports": {
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], [ident], [*]);
914
909
  }
915
910
 
916
911
  /* ============================================