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
399 stars 31 forks source link

string_of_dimensions is missing a space on native #474

Closed purefunctor closed 1 month ago

purefunctor commented 1 month ago

Native: https://github.com/davesnx/styled-ppx/blob/0f3e805cf05734ad9223952c42c22eae4101911c/packages/css/native/Css_Js_Core.ml#L1679-L1680

JS: https://github.com/davesnx/styled-ppx/blob/0f3e805cf05734ad9223952c42c22eae4101911c/packages/css/js/Css_Js_Core.ml#L1728-L1731

davesnx commented 1 month ago

Fixed in main. Thanks for reporting @purefunctor