Skip to content

Instantly share code, notes, and snippets.

@seven-phases-max
Last active August 29, 2015 14:00
Show Gist options
  • Select an option

  • Save seven-phases-max/11276538 to your computer and use it in GitHub Desktop.

Select an option

Save seven-phases-max/11276538 to your computer and use it in GitHub Desktop.
@media screen and (max-width: 20em) {
.cat {color: red; .img(3em)}
.tiger {color: blue; .img(5em)}
}
@media screen and (min-width: 21em) {
.cat {.img(5em)}
.tiger {.img(7em)}
}
.img(@width) {img {width: @width}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment