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

Bind to CSS Typed OM when is ready for browsers #493

Open davesnx opened 2 months ago

davesnx commented 2 months ago

We maintain an implementation of CSS.* so we know when values are boxed within types, would be nice to have bindings to the browser function (in melange/rescript) to delegate this work to them.

https://drafts.css-houdini.org/css-typed-om/

In naitve, we would need to keep the implementation to work properly