Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
psongpin committed Sep 16, 2021
1 parent 479f583 commit 9c61da1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# stitches-normalize-css

![GitHub release](https://img.shields.io/github/v/release/psongpin/stitches-normalize-css.svg) ![issues](https://img.shields.io/github/issues/psongpin/stitches-normalize-css)

[Normalize CSS](https://necolas.github.io/normalize.css/) for [stitches](https://github.com/modulz/stitches).

[Demo on CodeSandbox](https://codesandbox.io/s/zealous-hopper-5npr0?file=/src/App.tsx).

---

## Installation:
Expand All @@ -17,7 +21,7 @@ or
```jsx
import * as React from 'react'
import { reset } from 'stitches-normalize-css'
import { globalCss } from 'path-to/stitches.config.js'
import { globalCss } from 'path-to/stitches.config.ts'

// path-to/stitches.config.js - Sample stitches config
/*
Expand Down

0 comments on commit 9c61da1

Please sign in to comment.