Skip to content

Commit

Permalink
delete commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
philscott-rg committed Feb 23, 2016
1 parent 086f591 commit 7eb470f
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions src/base/css/raw/_honeycomb.base.raw.vertical-rhythm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,3 @@ hr
{
@include margin(1, bottom);
}
//
// h3, h4, h5, h6 {
// @include margin(0.5, bottom);
// }
//
// /**
// * Reduce vertical space between adjacent headings.
// */
// h1:not(.visually-hidden) + h2, h1:not(.visually-hidden) + h3, h1:not(.visually-hidden) + h4, h1:not(.visually-hidden) + h5,
// h2:not(.visually-hidden) + h3, h2:not(.visually-hidden) + h4, h2:not(.visually-hidden) + h5,
// h3:not(.visually-hidden) + h4, h3:not(.visually-hidden) + h5,
// h4:not(.visually-hidden) + h5,
// .main-heading:not(.visually-hidden) + .sub-heading,
// .sub-heading:not(.visually-hidden) + .sub-heading,
// h1:not(.visually-hidden) + .sub-heading,
// h2:not(.visually-hidden) + .sub-heading
// {
// @include margin(-1, top);
// }
//
// h3:not(.visually-hidden) + h4, h3:not(.visually-hidden) + h5,
// h4:not(.visually-hidden) + h5,
// h3:not(.visually-hidden) + .sub-heading
// {
// @include margin(-0.5, top);
// }

0 comments on commit 7eb470f

Please sign in to comment.