Skip to content

Instantly share code, notes, and snippets.

@stompweb
Created October 31, 2015 17:39
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 stompweb/ee507f62db0e4623bc1d to your computer and use it in GitHub Desktop.
Save stompweb/ee507f62db0e4623bc1d to your computer and use it in GitHub Desktop.
Style Guide
.style-guide() {
font-family: @body-font;
h2,
h3 {
font-family: @header-font;
}
h2 {
font-weight: 300;
font-size: 30px;
line-height: 36px;
}
h3 {
color: @brand-red;
text-transform: uppercase;
font-size: 16px;
line-height: 20px;
}
p {
font-size: 17px;
line-height: 24px;
margin: 20px 0;
font-weight: 300;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment