例如,是否可以执行以下操作:
<style type="text/less"> #foo { .bar { font-weight: bold; } } </style>
解决方法
这是自2010年7月以来可能的,它与今天的Less 1.2.0版本一起工作。
<style type="text/less"> #foo { .bar { font-weight: bold; } } </style>