@sofiaperezmSubmitted about 3 years ago
I would like to get advice on how to avoid repetitive code in CSS. (I am aware of the BEM theory, but I struggle in the practice). Thanks in advance :)
I would like to get advice on how to avoid repetitive code in CSS. (I am aware of the BEM theory, but I struggle in the practice). Thanks in advance :)
Hello sofia, to avoid repeating your codes and all try using Reactjs. It allows you to abstract your codes into components that can be reused. Thanks