LESS files, possible to inspect with firebug?

Hi,

when i inspect the site with firebug i can only see the generated css files (for example style-preset3.css).
Is it possible to see the base LESS file with a line number in Firebug? Otherwise i have to search the class names, id´s in all less files for a specific style.

What to do to find files and line numbers with fireless Firefox Plugin?

Thanks for your help.

Hello flo,

It's impossible to inspect Less file with firebug. Search class, id's in all less files is the right way to see line in Less file. But you should not modify on these less file, you should create a file called custom.css and override the theme here, so it will not affect when you updating new version.

http://support.drupalexp.com/forum/how-custom-css-drupalexp-theme-frame…

Thank you.

Hi,

what`s the way you theme/develop a theme? By searching id´s and classes? Cannot believe that..

What about --line-numbers=[comments|mediaquery|all], or source maps?

i copied the evolve and drupalexp folders to sites/all/themes. So i think i don`t break anything if updating the original theme?

What if i want to work with less files? What do i have to do?

Thanks in advance
Flo