Skip to content

Instantly share code, notes, and snippets.

@jenter
Last active August 29, 2015 14:16
Show Gist options
  • Save jenter/49a7033e205515fecd60 to your computer and use it in GitHub Desktop.
Save jenter/49a7033e205515fecd60 to your computer and use it in GitHub Desktop.
.common-css {
// these are needed regardless of browser size
background: blue;
border: 1px solid black;
width: 100%;
// adjustments based on media query
@media #{$large} {
width: 50%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment