@mixin tinyScreen { @media only screen and (max-width: 520px) { @content; } }