FreederTeam / Freeder

An easy-to-use free feed reader
Other
5 stars 1 forks source link

css : bad bem piece of code #56

Closed tmos closed 9 years ago

tmos commented 9 years ago

turn

.Article-mainForm input.Input {
    background-color: #ECECEC;
}

in a more general and reusable BEM modificator :

.grey {
    background-color: #ECECEC;
}