react.dev
react.dev copied to clipboard
The sass installation document is directing to this link
trafficstars
Adding a Sass Stylesheet Note: this feature is available with [email protected] and higher.
Generally, we recommend that you don’t reuse the same CSS classes across different components. For example, instead of using a .Button CSS class in <AcceptButton> and <RejectButton> components, we recommend creating a <Button> component with its own .Button styles, that both <AcceptButton> and <RejectButton> can render (but not inherit).