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

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

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -