I\'ve read through the SASS documentation and can only find how to do a media query using scss syntax instead of sass syntax (sass is the one that has strict white space wit
@media screen and (min-height: 500px) body margin-top: 100px