Skip to content

Instantly share code, notes, and snippets.

@procload
Last active December 16, 2015 04:08
Show Gist options
  • Save procload/5374477 to your computer and use it in GitHub Desktop.
Save procload/5374477 to your computer and use it in GitHub Desktop.
Good SCSS Syntax
.about-page {
h1 {
color: $white;
font-size: calc-em(32px);
line-height: calc-em(24px, 32px);
} //h1
.content-block { background: $black; } //content-block
} //about-page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment