Remove unused importants

stable
Xavier Julián 2015-04-08 08:41:08 +02:00
parent 81eb6e8b9e
commit 00a4e9588d
1 changed files with 1 additions and 2 deletions

View File

@ -136,8 +136,7 @@
background: $red-light; background: $red-light;
color: $white; color: $white;
a { a {
// scss-lint:disable ImportantRule color: $white;
color: $white !important;
&:hover { &:hover {
color: $white; color: $white;
} }