With @TheSassWay you can use media q’s within the nesting, eg
p {
font-size:1.2em;
@media only screen and(min-width:640px){
font-size:1.5em
}
}
love a good story
With @TheSassWay you can use media q’s within the nesting, eg
p {
font-size:1.2em;
@media only screen and(min-width:640px){
font-size:1.5em
}
}