all and
would be removed from
@media not all and (conditions) {}
, causing an invalid media query to
be output.1.2.0
would throw on empty function parentheses.min-aspect-ratio
and max-aspect-ratio
. For
example, @media (min-aspect-ratio: 1280/720) {}
can be minified to
@media (min-aspect-ratio:16/9){}
.all and
from media queries.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.