Skip to content

Commit

Permalink
Document reset
Browse files Browse the repository at this point in the history
  • Loading branch information
colepeters committed Mar 20, 2024
1 parent 6b631d0 commit d7c199f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,16 @@ Theme scales are intended to give you enough colors for all use cases including
### `radii`
`radii` is an array of border radii. The defaults are 2, 8, 16, and 9999 ( for use with pill buttons )

### `reset`

Enhance Styles includes a CSS reset by default. To opt out of this reset being included in the stylesheet emitted by Enhance Styles, add the following to your configuration:

```json
{
"reset": false
}
```

## Standalone usage

To use Enhance Styles in other applications or frameworks, clone the repository:
Expand Down

0 comments on commit d7c199f

Please sign in to comment.