Skip to content

Commit ace6c69

Browse files
Update README.md
1 parent 19c7f4b commit ace6c69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# less-plugin-clean-css
44

5-
Compresses the css output from less using clean-css.
5+
Compresses the css output from less using [clean-css](https://github.com/jakubpawlowicz/clean-css).
66

77
## lessc usage
88

@@ -16,7 +16,7 @@ and then on the command line,
1616
lessc file.less --clean-css="--s1 --advanced --compatibility=ie8"
1717
```
1818

19-
See [clean-css](https://github.com/jakubpawlowicz/clean-css) for the available command options - the only differences are `advanced` and `rebase` which we default to false, because it is not always entirely safe.
19+
See [clean-css](https://github.com/jakubpawlowicz/clean-css/tree/v3.0.1#how-to-use-clean-css-programmatically) for the available command options - the only differences are `advanced` and `rebase` which we default to false, because it is not always entirely safe.
2020

2121
## Programmatic usage
2222

0 commit comments

Comments
 (0)