Skip to content

Commit

Permalink
fix mistake in css path
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Sep 2, 2024
1 parent 673108d commit a263a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/css-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This works similarly to [local modules](https://laravel-bundle.dev/local-modules
{
"compilerOptions": {
"paths": {
"~/css": ["./resources/css/*"]
"~/css/*": ["./resources/css/*"]
}
}
}
Expand Down

0 comments on commit a263a99

Please sign in to comment.