atom / highlights

Syntax highlighter
https://atom.github.io/highlights
MIT License
530 stars 54 forks source link

Fix example in README #9

Closed Chris911 closed 10 years ago

Chris911 commented 10 years ago

If you want to create a .css file from lessc you have to forward the output in a file. At least with the version I'm using.

$ lessc --help
Usage: lessc [options] [INPUT]
kevinsawicki commented 10 years ago

What version of less are you using?

Here is what I see on 1.7.1:

$ lessc -h
usage: lessc [option option=parameter ...] <source> [destination]
Chris911 commented 10 years ago

My bad. I was using the Ruby version of lessc. Uninstalled the gem and installed the Node.JS package and now it works just fine.