Access my website which contains information about my life. Who knows, maybe we can work together, your project can change the world!
vitorcosta.dev
- Using the BEM CSS pattern;
- Tailwind was configured and used in the project.
Element classes are in alphabetical order to help with maintenance. Except for two rules:
1. When not a tailwind identifier, example: "header, footer, page-home"
2. When are classes that complement other classes: class="bg-white hover:bg-primary"
Example of the two rules together:
class="bg-white dark:bg-black-2 border-primary flex h-20 header items-center" - BAD 🔴
class="header bg-white border-primary dark:bg-black-2 flex h-20 items-center" - BAD 🔴
class="header bg-white dark:bg-black-2 border-primary flex h-20 items-center" - GOOD 🟢
Vitor Costa - @vitorcosta.dev - [email protected]