I used MJML to make a HTML Email Template using it's own markup template language. Saw that in the compiled HTML file the following media query. Is it valid and if so what is it? Never seen it before. I'm assuming it's a bug with MJML?
@media only screen and (max-width:480px) {
width:320px {
width:320px;
}
}
Just to be clear, i'm not asking about the media query, i'm wondering about the selector inside width:320px {}