On Sep 25, 6:48 pm, James Carpenter <[email protected]> wrote:
> Hello All,
>
> I am working on a custom mod to firebug that would make it be aware of CSS
> frameworks like less. (I know there is a plugins for sass, but we are using
> less)
>
> I am trying (unsuccessfully) to locate the file where the css files are
> parsed, and the line numbers are calculated.
Logic related to the CSS panel is located in content/firebug/css
directory
You can e.g. take an immediate look here:
https://github.com/firebug/firebug/blob/master/extension/content/firebug/css/cssPanel.js#L2840

I hope to make a custom build
> of firebug with a minor tweak to make it aware of the debug output from a
> less css install.  I will be posting my work to Github, and will make the
> code available once I have it up and 
> running.https://github.com/jc4rp3nt3r/firebug
You are welcome to send a pull request that makes Firebug code base
more generic so,
you can implement your feature as an extension.

It would be certainly better that custom Firebug build.
Just file a bug for your suggestions.

Honza

>
> Thanks ahead of time for pointing me in the right direction.
>
> James Carpenter

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug

Reply via email to