@new-ui/reset
v3.1.0
Published
SCSS, CSS reset.
Readme
New UI Reset
Install
Install New UI Reset from your terminal with npm:
npm i @new-ui/resetUsage
Import the compiled CSS in a React app or bundler:
import '@new-ui/reset/css';For SCSS projects, load the package with @use:
@use '@new-ui/reset/scss';