# New UI Reset

## Install

Install from your terminal via npm.

```
npm i @new-ui/reset
```

## Usage

```scss
// Place this at the top of your SCSS/CSS file
@use '@new-ui/reset';
```
