How can I add a @media query through the chrome inspector? -


if @media(min-width: 375px) in chrome inspector drops code try enter body define more of rule.

trying add media query using chrome inspector

is possible add @media rules through inspector?

it looks though styles editor panel doesn't support adding @media rules. however, can around clicking on inspector-stylesheet link open in sources panel. possible enter @media query , changes reflected immediately.

inspector-stylesheet

inspector-stylesheet editing

you can consequently see in styles panel afterwards , modify rule , css properties inline. initial creation doesn't support.

styles panel


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -