Skip to content

Commit 651ddd0

Browse files
Merge pull request #228 from mjswensen/master
Clarification on the behavior of --source-map-less-inline command-line option
2 parents d271412 + 0e9af85 commit 651ddd0

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
@@ -220,7 +220,7 @@ This is the opposite of the rootpath option, it specifies a path which should be
220220
lessc --source-map-less-inline
221221
```
222222

223-
This option specifies that we should include all of the css files in to the sourcemap. This means that you only need your map file to get to your original source.
223+
This option specifies that we should include all of the Less files in to the sourcemap. This means that you only need your map file to get to your original source.
224224

225225
This can be used in conjunction with the map inline option so that you do not need to have any additional external files at all.
226226

0 commit comments

Comments
 (0)