chanan / chanan/BlazorStyled

Media Queries not working after upgrade to v3

Open
#101 4 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
C#
Stars
193
Forks
19
PR merge metrics
No merged PRs in 30d

Description

Example class:
```

@@media (min-width:0px) and (max-width:599.95px) {
display: none;
}

```

When I inspect it in Chrome the styled div looks like this
`

...` (There's space instead of class)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.