Skip to content

Media Queries not working after upgrade to v3 #101

Description

@esso23

Example class:

<Styled @bind-Classname="@ExtraSmallOnlyClass">
    @@media (min-width:0px) and (max-width:599.95px) {
    display: none;
    }
</Styled>

When I inspect it in Chrome the styled div looks like this
<div class=" "> ... (There's space instead of class)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions