diff --git a/README.md b/README.md index d1705be..7b1bf1e 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 /*