Remove unused style declarations

This commit is contained in:
Michael Rose 2016-03-15 12:54:50 -04:00
parent 6a66f431da
commit 2b28790ae8
2 changed files with 1 additions and 19 deletions

View file

@ -8,13 +8,6 @@
margin-bottom: 1em; margin-bottom: 1em;
@include span(2); @include span(2);
@include suffix(0.5); @include suffix(0.5);
// @include grid(12,2);
// @include prefix(12,0.5);
// @include suffix(12,0.5);
}
@include breakpoint($x-large) {
// @include grid(12,1.5);
// @include prefix(12,2);
} }
h2, h3, h4, h5, h6 { h2, h3, h4, h5, h6 {
font-family: $sans-serif-narrow; font-family: $sans-serif-narrow;
@ -59,11 +52,4 @@
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
} }
} }
// .author__name,
// .author__avatar,
// .author__bio,
// .author__social-url {
// max-width: 150px;
// }

View file

@ -12,10 +12,6 @@
@include breakpoint($large) { @include breakpoint($large) {
@include span(3 of 10 last); @include span(3 of 10 last);
@include prefix(0.25); @include prefix(0.25);
// @include grid(12,2);
// position: absolute;
// top: 0;
// right: 6.250005%;
} }
} }