You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Issue Type
Expected Behavior
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.
The text was updated successfully, but these errors were encountered: