1

I've been using the Javascript implementation of LESS for working on a project, and it works great, however I'm now finished the project and in an effort to improve site performance I'd like to get the processed version of the CSS to use directly, rather than running it through LESS every time.

Can someone tell me if/how it's possible to view the processed LESS styles on my website? Perhaps it's under the hood of developer tools or something?

Thanks

2 Answers 2

1

Check out a LESS compiler, here's the link from the LESS official site:

https://github.com/less/less.js/wiki/GUI-compilers-that-use-LESS.js

Sign up to request clarification or add additional context in comments.

Comments

0

LESS itself comes with a command line compiler.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.