rescript-lang/rescript-react

Add all standard CSS properties to JsxDOMStyle/ReactDOMStyle from MDN data

Closed this issue · 0 comments

JsxDOMStyle.t lacks some properties like aspectRatio, scrollbarBehavior.

Currently I add those properties by using %raw creating a CSSProps module from MDN data including all standard CSS properties:
https://github.com/stephanoskomnenos/rescript-cssprops