Less: show line number and line number in rendered CSS

Is there any way in LESS to render the original LESS file + line number in rendered CSS? Just like Middleman does with SASS ... (I'm not sure if this is a SASS or Middleman function)

+5
source share
3 answers

There is currently a lossless option to display this information in accordance with sass. the debug flag. It will be included in the next release - https://github.com/dotless/dotless/issues/186

+2
source

Middleman, GitHub FireLess ( FireSass, ) , Less Firebug, CSS.

+4

, - LESS, .NET, LESS.

, , LESS . , --line-numbers=[comments|mediaquery|all] CSS SASS .

Grunt grunt-contrib-less, dropLineNumbers ( , ). all.

+4

All Articles