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.
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.
you can consequently see in styles panel afterwards , modify rule , css properties inline. initial creation doesn't support.
Comments
Post a Comment