Answers for "css reset new react"

0

remove reset all css using style property attribute in react component

<SomeReactComponent
	<! -- just set the `style` prop as follows; provided the component supports it  -->                 
	style={{all: 'unset'}}>
</SomeReactComponent>
Posted by: Guest on December-29-2020

Browse Popular Code Answers by Language