Skip to content

Commit

Permalink
docs: fix outdated broken link (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 authored Nov 3, 2024
1 parent 8bdd312 commit 7f84494
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 @@ -78,7 +78,7 @@ type lessOptions = import('less').options | ((loaderContext: LoaderContext) => i
Default: `{ relativeUrls: true }`
You can pass any Less specific options to the `less-loader` through the `lessOptions` property in the [loader options](https://webpack.js.org/configuration/module/#rule-options-rule-query). See the [Less documentation](http://lesscss.org/usage/#command-line-usage-options) for all available options in dash-case. Since we're passing these options to Less programmatically, you need to pass them in camelCase here:
You can pass any Less specific options to the `less-loader` through the `lessOptions` property in the [loader options](https://webpack.js.org/configuration/module/#ruleoptions--rulequery). See the [Less documentation](http://lesscss.org/usage/#command-line-usage-options) for all available options in dash-case. Since we're passing these options to Less programmatically, you need to pass them in camelCase here:
#### `object`
Expand Down

0 comments on commit 7f84494

Please # to comment.