Is there a way to pass to css properties into a style? Like what we do with fit-content for firefox... ``` height: "-moz-fit-content", height: "fit-content", ```
Is there a way to pass to css properties into a style? Like what we do with fit-content for firefox...