- IDE name and version:
Webstorm 2021.3.1
- Styled-components plugin version:
213.6461.79
Problem description:
Problem with media queries: @media ${({ theme }) => theme.devices.tablet} { margin-top: 0; }
Webstorm shows warning: Property 'margin-top' is allowed only in following media groups: visual
Webstorm 2021.3.1
213.6461.79
Problem description:
Problem with media queries:
@media ${({ theme }) => theme.devices.tablet} { margin-top: 0; }Webstorm shows warning:
Property 'margin-top' is allowed only in following media groups: visual