sorry for the late reply. If you're new to front-end development and don't want to use one of the css-in-js solutions have a look at the BEM-Notation for naming styles. It helps you structure your styles early on, even if you don't follow it 100%. With node-sass you can actually compile the sass into css and ship it with the rest of your library, so no need to ship scss
We're a place where coders share, stay up-to-date and grow their careers.
Hi @FlatPenguin,
sorry for the late reply. If you're new to front-end development and don't want to use one of the
css-in-js
solutions have a look at theBEM-Notation
for naming styles. It helps you structure your styles early on, even if you don't follow it 100%. Withnode-sass
you can actually compile the sass into css and ship it with the rest of your library, so no need to ship scss