Skip to content

Commit

Permalink
Merge pull request #26 from kevanantha/docs/typo
Browse files Browse the repository at this point in the history
docs: fix item.css should be order-item.css
  • Loading branch information
feihong authored Feb 27, 2024
2 parents c67da31 + 3f5ad45 commit 6c72707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/styling-with-css/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To ensure that `order.css` is also copied to the build directory, we can add
`order.css` to the value of `runtime_deps`:

```clj
(runtime_deps item.css order.css)
(runtime_deps order-item.css order.css)
```

If you have many `.css` files, you can tell `runtime_deps` to copy all `.css`
Expand Down

0 comments on commit 6c72707

Please sign in to comment.