Skip to content

Commit

Permalink
fix property name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kof authored Sep 30, 2019
1 parent 3ce02d8 commit c982bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/jss-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Compiles to:

```css
.button-0 {
border: url(image1.png), url(image2.png);
background: url(image1.png), url(image2.png);
}
```

Expand Down

0 comments on commit c982bda

Please sign in to comment.