Skip to content

Commit

Permalink
v0.0.2, added example to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Amareis committed May 5, 2021
1 parent c729271 commit ca0e7ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ npm install vanilla-classnames
```

## Usage
There is [codesandbox example](https://codesandbox.io/s/vanilla-classnames-example-1rfv8)

```ts
// styles.css.ts
import { style, composeStyles } from '@vanilla-extract/css'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vanilla-classnames",
"version": "0.0.1",
"version": "0.0.2",
"description": "Better classnames utility for vanilla-extract",
"keywords": [
"css",
Expand Down

0 comments on commit ca0e7ea

Please sign in to comment.