I am using less.js for development and was wondering how I get the compiled css code for a live site.
I have looked at the source code and obviously it references only this file <link type="text/css" rel="stylesheet/less" href="css/test.less">.
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.
There are several options to get the generated css
Fragment of css file
You can view the css in the browser, you will won’t be able to get the full generated file, but you can see how each individual element is styled
Inspect ElementInspect ElementGenerate full css file
Ports
Update
@crashdesk suggested the Web Developer extension for Chrome.
You can view the whole file in the browser. After installing, click on the icon, then ‘CSS’, then ‘View CSS’.