fixed deprecation warning for sass extend feature

This commit is contained in:
Brandon Mathis 2012-05-19 13:30:59 -05:00
parent 14a8bc05b3
commit 10d5fdaf51

View File

@ -51,7 +51,7 @@ body > header {
}
h2 {
margin: 0 0 .3em;
@extend .sans;
font-family: $sans;
font-size: 1.2em;
color: $subtitle-color;
position: relative; left: -1.6em; top: 0;