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

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -