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
I prefer to apply it only in certain properties for example
.jumbotron h1.pickup @include LATO font-size: 50px color: white !important @media (max-width: 767px) font-size: 36px @media (max-width: 500px) font-size: 30px