react.dev icon indicating copy to clipboard operation
react.dev copied to clipboard

The sass installation document is directing to this link

Open Manimestro opened this issue 1 year ago • 0 comments
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).

Manimestro avatar Jun 17 '24 14:06 Manimestro