Refactor BEM scss to use scope variable
Closed this issue · 1 comments
manusa commented
Description
- BEM in SCSS is complex due to the behavior of
&
. - Following trick can be used to make stylesheets more legible:
https://css-tricks.com/using-sass-control-scope-bem-naming/
manusa commented
All global SCSS styles have been refactored, application working as expected