css - Is it possible to inline LESS stylesheets? -


for example, possible like:

<style type="text/less">   #foo {     .bar {        font-weight: bold;     }   } </style> 

this has been possible since july 2010, , works today's less 1.2.0 version.

see initial diff added support this.


Comments

Popular posts from this blog

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -