Skip to content

Commit

Permalink
Merge pull request #21 from mkurz/fix_typo
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
mkurz authored Jan 25, 2024
2 parents 94a6486 + bf26378 commit 5c27ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ that are required for compilation. Beyond just `main.styl`, you can use an expre
following:

```scala
(Assets / StylusKeys.stylus / includeFilter := "foo.styl" | "bar.styl"
Assets / StylusKeys.stylus / includeFilter := "foo.styl" | "bar.styl"
```

...where both `foo.styl` and `bar.styl` will be considered for the Stylus compiler.
Expand Down

0 comments on commit 5c27ed8

Please sign in to comment.