Skip to content

Commit a0ebe59

Browse files
committed
Improve readme to describe the usage and install less at first
1 parent d4d7378 commit a0ebe59

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Compresses the css output from less using [clean-css](https://github.com/jakubpa
66

77
## lessc usage
88

9+
First of all install less via
10+
11+
```bash
12+
npm install -g less
13+
```
14+
15+
then install the `less-plugin-clean-css`
16+
917
```bash
1018
npm install -g less-plugin-clean-css
1119
```

0 commit comments

Comments
 (0)