Skip to content

Commit

Permalink
Merge pull request #50 from alexwolfe/invalid_else
Browse files Browse the repository at this point in the history
Fixes invalid 'else'
  • Loading branch information
roblevintennis committed Dec 6, 2014
2 parents 533de68 + 8aa7621 commit 27ec857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
@include box-shadow(0 1px 2px rgba(0, 0, 0, .10) !important);
@include opacity(.8 !important);
}
else {
@else {
box-shadow: none !important;
opacity:.8 !important;
}
Expand Down Expand Up @@ -165,4 +165,4 @@
color: darken($ubtn-background, 10%);
}
}
}
}

0 comments on commit 27ec857

Please sign in to comment.