[ ] Remove usage of parent selector: .slideshow__slide {} over .slideshow { &__slide {} } (way easier to find and source maps are more stable) → evaluate sass-lint and stylelint to do this automatically
[ ] Evaluate combination of BEM and SMACSS/ITCSS for better structure / prefices @tobiasfrei
.slideshow__slide {}
over.slideshow { &__slide {} }
(way easier to find and source maps are more stable) → evaluatesass-lint
andstylelint
to do this automatically