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
400 stars 32 forks source link

Unsupported feature string interpolation not supporting other than single interpolation syntax #497

Closed zakybilfagih closed 1 month ago

zakybilfagih commented 1 month ago
background-position-x: right 20px, left $(value);

codegen

$$CSS.unsafe("backgroundPositionX", "right 20px, left $(value)"),