davesnx / styled-ppx

Type-safe styled components for ReScript, Melange and native with type-safe CSS
https://styled-ppx.vercel.app
BSD 2-Clause "Simplified" License
402 stars 33 forks source link

Wrong color-mix polar color space to string #500

Closed zakybilfagih closed 3 months ago

zakybilfagih commented 3 months ago
background-color: color-mix(in lch longer hue, hsl(200deg 50% 80%), coral);

codegen

color-mix(in polar-with-hue(lch, longer), hsl(200deg, 50%, 80%), #FF7F50)