Skip to content

Media queries #5

Description

@mxstbr

Media queries should not require a user to understand partial imports and css. This should work out of the box:

const Component = styled.div`
  display: block;
  @media (max-width: 500px) {
    display: inline-block;
  }
`;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions