#best-practices
Read more stories on Hashnode
Articles with this tag
How to structure your SASS code: the 7-1 architecture · What is the 7-1 architecture? Is it ideal to write our SASS styles in the form of one big,...
Plain-old CSS tends to get very messy, very fast. Solution? SASS! · What is SASS? SASS is a CSS pre-processor. It extends CSS to add functionalities such...
Confused about how to name your classes in CSS? Use the BEM class naming convention! · Why use a class naming convention for CSS? It is possible to name...
3 commonly used units for font sizes in CSS, explained in short! · Pixel(px), Rem and Em are the 3 units that I use on a daily basis for setting...
Here are a few lines of CSS that I use as the base for any project that I start, and you should too! · Why do I use this as the base CSS for any...