Better error message on too many inherited fields.

This commit is contained in:
Bob Nystrom
2014-04-22 07:06:26 -07:00
parent f1c3bb0f37
commit 80a4eb8c9c
8 changed files with 37 additions and 23 deletions
+2 -2
View File
@@ -158,13 +158,13 @@ nav {
}
h2 {
font: normal 24px $header;
font: normal 30px $header;
margin: 24px 0 0 0;
color: $blue;
}
h3 {
font: normal 20px $header;
font: normal 24px $header;
margin: 24px 0 0 0;
color: $blue;
}