Skip to content

Instantly share code, notes, and snippets.

@marshallNorman
Created February 28, 2014 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshallNorman/9280120 to your computer and use it in GitHub Desktop.
Save marshallNorman/9280120 to your computer and use it in GitHub Desktop.
@include mixin-name (for text styles)
@include mixin-name (for layout)
@include mixin-name (for color)
font-family: Georgia, times, serif;
color: #333;
margin-top: 1rem;
padding-right: 1rem;
background-color: #efefef;
@include sb-media{
//Add CSS following the same organization as above.*
}
.nested-header-style{
@include{}
.rules{}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment