Skip to content

Commit

Permalink
Make CLI example work with windows (update docs.md)
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 committed Apr 29, 2024
1 parent baa1a2b commit 9281898
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 @@ -155,7 +155,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 9281898

Please sign in to comment.