Fixe some csslint errors

stable
David Barragán Merino 2014-06-26 19:52:52 +02:00
parent 220c80e968
commit a0926e30b0
2 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@
.us-title { .us-title {
@extend %large; @extend %large;
@extend %text; @extend %text;
text-transform: uppercase;
background: $whitish; background: $whitish;
padding: 2rem 1rem; padding: 2rem 1rem;
text-transform: uppercase;
.us-number { .us-number {
color: $gray-light; color: $gray-light;
margin-right: .5rem; margin-right: .5rem;

View File

@ -5,8 +5,8 @@
li { li {
@extend %xlarge; @extend %xlarge;
@extend %title; @extend %title;
text-transform: uppercase;
border-bottom: 1px solid #a6b2a7; border-bottom: 1px solid #a6b2a7;
text-transform: uppercase;
&:last-child { &:last-child {
border-bottom: 0; border-bottom: 0;
} }