Skip to content

Commit

Permalink
Make CLI example work with windows (update docs.md) (#726)
Browse files Browse the repository at this point in the history
Using single quotes in the CLI command will cause a panic in the main thread.
  • Loading branch information
tim-we authored Aug 31, 2024
1 parent ab15b57 commit 9a20b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Then, you can run the `lightningcss` command via `npx`, `yarn`, or by setting up
```json
{
"scripts": {
"build": "lightningcss --minify --bundle --targets '>= 0.25%' input.css -o output.css"
"build": "lightningcss --minify --bundle --targets \">= 0.25%\" input.css -o output.css"
}
}
```
Expand Down

0 comments on commit 9a20b58

Please sign in to comment.