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)
Example class:
When I inspect it in Chrome the styled div looks like this
<div class=" "> ...(There's space instead of class)