/* Compat Hyva_CmsTailwindJit (Tailwind v3 runtime) <-> Tailwind v4 build.
   Ces @property remplacent ceux emis par Tailwind v4 pour accepter le format
   "color var(--tw-*-position)" emis par le JIT CMS v3. Sans ca les gradients
   generes pour les classes CMS sont IACVT (valeur calculee = initial-value). */
@property --tw-gradient-from { syntax: "*"; inherits: false; initial-value: #0000; }
@property --tw-gradient-via  { syntax: "*"; inherits: false; initial-value: #0000; }
@property --tw-gradient-to   { syntax: "*"; inherits: false; initial-value: #0000; }

/* Idem pour les variables de transform : sans valeur initiale, le transform
   compose (translate/rotate/skew/scale) devient invalide et toute classe
   scale-*, rotate-*, translate-* du JIT CMS ne produit aucun effet. */
@property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-rotate      { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-skew-x      { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-skew-y      { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-scale-x     { syntax: "*"; inherits: false; initial-value: 1; }
@property --tw-scale-y     { syntax: "*"; inherits: false; initial-value: 1; }
