Skip to content

Instantly share code, notes, and snippets.

@davidgilbertson
Created September 5, 2015 22:58
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 davidgilbertson/ecf0d51a84975411ef16 to your computer and use it in GitHub Desktop.
Save davidgilbertson/ecf0d51a84975411ef16 to your computer and use it in GitHub Desktop.
html {
font-size: 18px;
line-height: 1.5;
@include breakpoint(mama-bear) {
font-size: 15px;
}
@include breakpoint(baby-bear) {
font-size: 13px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment