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;
color: $white;
a {
// scss-lint:disable ImportantRule
color: $white !important;
color: $white;
&:hover {
color: $white;
}