How to show CSS in current @media query in Firefox?
问题 In the Chrome DevTools I can inspect an element to see its CSS and the related media query: As you can see in the Styles panel, Chrome intelligently shows my current media with min-width: 1200px . However, Chrome is currently sucking lots of my computer's memory and therefore I have to switch back to Firefox, i.e. Firebug). However, Firebug misses the media query part: Is there any possibility/extension in Firefox that can show the CSS rules along with their current media queries? 回答1: