Skip to content

Commit

Permalink
word order typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NReilingh committed Jun 4, 2016
1 parent 3817282 commit 5b39550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/home/using-less.md
Expand Up @@ -27,7 +27,7 @@ This will output the compiled CSS to `stdout`. To save the CSS result to a file
$ lessc styles.less styles.css
```

To output minified you can CSS use [`clean-css` plugin](https://github.com/less/less-plugin-clean-css). When the plugin is installed, a minified CSS output is specified with `--clean-css` option:
To output minified CSS you can use the [`clean-css` plugin](https://github.com/less/less-plugin-clean-css). When the plugin is installed, a minified CSS output is specified with `--clean-css` option:

```bash
$ lessc --clean-css styles.less styles.min.css
Expand Down

0 comments on commit 5b39550

Please sign in to comment.