Skip to content

Commit

Permalink
Merge pull request #72 from WebDevStudios/heading-classes
Browse files Browse the repository at this point in the history
add corresponding heading classes, e.g. h1, .h1 {}. Fixes #72
  • Loading branch information
gregrickaby committed Sep 19, 2015
2 parents f5be742 + d4d114d commit e67478b
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion sass/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,36 @@ h6 {
clear: both;
}

h1,
.h1 {

}

h2,
.h2 {

}

h3,
.h3 {

}

h4,
.h4 {

}

h5,
.h5 {

}

h6,
.h6 {

}

// Copy

p {
Expand Down Expand Up @@ -120,4 +150,4 @@ big {
.widget-title,
.widget {
@include word-break();
}
}

0 comments on commit e67478b

Please sign in to comment.