Skip to content

Commit

Permalink
base size font didn't reference a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodie Doubleday committed Aug 18, 2015
1 parent afb9f26 commit 9c84741
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/less/toolkit.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

body {
font-family: @font-family-body;
font-size: @base-font-size;
font-size: @font-size-base;
line-height: @line-height-body;
}
h1, h2, h3 {
Expand All @@ -33,27 +33,27 @@ h1, h2, h3 {
}

h1, .h1 {
font-size: @font-size-h1; //40px
font-size: @font-size-h1; //40px
line-height: @line-height-headings;
}
h2, .h2 {
font-size: @font-size-h2; //30px
font-size: @font-size-h2; //30px
line-height: @line-height-headings;
}
h3, .h3 {
font-size: @font-size-h3; //24px
font-size: @font-size-h3; //24px
line-height: @line-height-headings;
}
h4, .h4 {
font-size: @font-size-h4; //20px
font-size: @font-size-h4; //20px
line-height: @line-height-headings;
}
h5, .h5 {
font-size: @font-size-h5; //16px
font-size: @font-size-h5; //16px
line-height: @line-height-headings;
}
h6, .h6 {
font-size: @font-size-h6; //14px
text-transform: uppercase;
font-size: @font-size-h6; //14px
line-height: @line-height-headings;
text-transform: uppercase;
}

0 comments on commit 9c84741

Please sign in to comment.