xablauger-studios / blau-site

Blau Game Official Website
http://www.blaugame.com
MIT License
1 stars 0 forks source link

Refactor styles #2

Open ythecombinator opened 7 years ago

ythecombinator commented 7 years ago

Issue Type

The project currently tries to rely on consistent & idiomatic styles, which are componentized here.

But maybe it can improved with a little help of some methodologies - eg. an approach which evolved ITCSS + RSCSS.

Maybe this is a quite opinionated point, but it doesn't have to be only about the mentioned methodologies; I'm wide open to suggestions.

Although BEM approach prevents many CSS issues, it messes the markup. Also, if we get to write giant CSS classes, we end up by just increasing the final size of our files - which is a bad side-effect.