Am 04.05.2016 um 19:09 schrieb bsmither:
/* You can add custom rules here * .custom_1 { color: green; }I would expect to see the above code in the CSS Panel, Source Edit enabled, but that is not the case.
Firebug doesn't read and see the actual CSS file but the CSS like interpreted by firefox. In your case there is a comment only, and comments are stripped by firefox. Also see https://getfirebug.com/faq -> CSS panel
-- Erik Krause http://www.erik-krause.de -- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/firebug. To view this discussion on the web visit https://groups.google.com/d/msgid/firebug/572A67D4.5050001%40gmx.de. For more options, visit https://groups.google.com/d/optout.
