Is there a something like less.app that can compile LESS into CSS? I don’t care about a GUI and don’t want to install it via NPM (node.js package manager.)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Although using
node.jsversion is recommended, you can install less as ruby gem:and than use
lesscwhich is in/var/lib/gems/1.8/bin/lessc, so you may want to create symlink:or add ruby gems dir to
PATHvariable:EDIT:
Using
lesscas described here: