removed mixin for text-sr and text-hide, replaced with extend

This commit is contained in:
frances botsford
2013-05-14 14:31:22 -04:00
committed by Brian Talbot
parent 8b77111d58
commit 24b7defb43
5 changed files with 9 additions and 9 deletions

View File

@@ -67,7 +67,7 @@
padding-right: ($baseline*0.75);
a {
@include text-hide();
@extend text-hide;
display: block;
width: 164px;
height: 32px;

View File

@@ -442,7 +442,7 @@
}
.copy p {
@include text-sr();
@extend text-sr;
}
}
}
@@ -597,7 +597,7 @@
text-align: center;
.label {
@include text-sr();
@extend text-sr;
}
.icon {