Skip to content

Instantly share code, notes, and snippets.

@procload
Last active December 16, 2015 04:08
Show Gist options
  • Save procload/5374513 to your computer and use it in GitHub Desktop.
Save procload/5374513 to your computer and use it in GitHub Desktop.
Proper commenting
// Global
// --------------------------------------------------
body {
background: $bodyBackground image-url('backgrounds/bg-page.png') repeat;
color: $textColor;
line-height: 1.5;
font-size: 100%;
font-family: $baseFontFamily;
} //body
// Typography
// --------------------------------------------------
h1, h2, h3,
h4, h5, h6 {
line-height: 1.25;
} //h1 - h6
p {
font-weight: 300;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment