Jody Heavener
Jody Heavener

Reputation: 2864

Get Styles from LESS Javascript Implementation

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

Upvotes: 1

Views: 51

Answers (2)

seven-phases-max
seven-phases-max

Reputation: 11820

LESS itself comes with a command line compiler.

Upvotes: 0

Josh KG
Josh KG

Reputation: 5140

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

Upvotes: 1

Related Questions