Skip to content

Commit e396bf4

Browse files
--rootpath: effect -> affect typo.
1 parent 15bd044 commit e396bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/usage/command-line-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ lessc -rp=resources/
247247
lessc --rootpath=resources/
248248
```
249249

250-
Allows you to add a path to every generated import and url in your css. This does not effect less import statements that are processed, just ones that are left in the output css.
250+
Allows you to add a path to every generated import and url in your css. This does not affect less import statements that are processed, just ones that are left in the output css.
251251

252252
For instance, if all the images the css use are in a folder called resources, you can use this option to add this on to the URL's and then have the name of that folder configurable.
253253

0 commit comments

Comments
 (0)