dreamRs / fresh

Fresh shiny themes
https://dreamrs.github.io/fresh/
GNU General Public License v3.0
229 stars 10 forks source link

Double declaration of .btn-default #6

Open kequach opened 4 years ago

kequach commented 4 years ago

Is there a reason why there are 2 different CSS specifications for the .btn-default class?

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd
}

I found this in my generated CSS