Skip to content

Commit 39b77fd

Browse files
committed
Improve section about LESS plugins in README
1 parent 44fc3fc commit 39b77fd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ See the [LESS documentation](http://lesscss.org/usage/#command-line-usage-option
5959

6060
### LESS plugins
6161

62-
In order to use [plugins](http://lesscss.org/usage/#plugins), simply define
63-
the `lessLoader.lessPlugins` option. You can also change the options key
64-
with a query parameter: `"less?config=lessLoaderCustom"`.
62+
In order to use [plugins](http://lesscss.org/usage/#plugins), simply set
63+
the `lessLoader.lessPlugins`-option on your webpack options. You can also change the options' key with a query parameter: `"less?config=lessLoaderCustom"`.
6564

6665
``` javascript
6766
var LessPluginCleanCSS = require('less-plugin-clean-css');

0 commit comments

Comments
 (0)