Skip to content

Chokes on nested classNames & media queries containing variables #10

Description

@michaelryancaputo

Describe the bug
Seems to break when formatting both nested class names and also media queries containing variables.

To Reproduce

  export const Div = styled.div`
    .wordmark {
      @media screen and (max-width: ${getMediumBreakpoint}px) {
        display: none;
      }
    }
  `;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions