Media Queries not working after upgrade to v3
Open
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.