Skip to content

Tag: reactjs

react set style value to unset

A component has right and bottom css properties that are set using a classname. And I wanted to overide those values using the style prop. But so far I could set numerical values like 10px or 0px and others, but was unable to set it to unset. So what can I do to set them to `unset`? So far I