Code Style - TailwindCSS
- Use as much default Tailwind classes as possible
- If possible use
@apply
in globals.css - Margins / paddings should be in
rem
- Try to avoid arbitrary values e.g. (
pt-[395px]
) when something occurs more than once. Extend thetailwind.config
for this. - Use
size-{x}
instead ofw-{x} h-{x}