Last Updated: February 25, 2016
·
2.971K
· jmarizgit

using inline css with LESS

I was doing a prototype today and needed to include LESS syntax for my css. But I didn't want to have an external file for that, so:

<style type="less/text">
    /* your less code here */
</style>

REMEMBER: Include your LESS script file AFTER your inline stylesheet.