Skip to content

Commit

Permalink
docs(readme.md): update style comments
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Oct 14, 2023
1 parent 989e1b0 commit 938b503
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ pnpm add the-new-css-reset sanitize.css
```

```tsx
// reset/normalize styles
// reset styles
import 'the-new-css-reset/css/reset.css';
// normalize styles
import 'sanitize.css';
// app styles
import './index.css';
// component styles
// add global tokens
import '@waldronmatt/demo-ui/styles/global.css';
// component styles
import { Button } from '@waldronmatt/demo-ui';
```

Expand Down

0 comments on commit 938b503

Please sign in to comment.