Maciej Sawicki

Results 6 comments of Maciej Sawicki

You shouldn't have separate styles for each font style. Don't use class to provide single style. If you want a specific element to have italic font, just add ```font-style: italic;```...

I'm sure there's a different way to achieve what you need, without classes like these. I assume you need these because you handle this with JS somehow, so maybe consider...

Keeping perfect bem might be tricky with bootstrap, because of css selectors specificity. You can treat the bootstrap styles as basic styles and add additional overrides with BEM methodology in...

Or maybe we should just redirect the page to https://en.bem.info/ ?

Perfect, thanks for the answer. For the immediate code-related feeling I was thinking of showing side by side two screenshots of CSS code, on the left side the classic problematic...

On other pages we should also show HTML structure in such comparison, because BEM also has beneficial impact on HTML readability