Code Style - TailwindCSS
- Use as much default Tailwind classes as possible
- If possible use
@applyin 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.configfor this. - Use
size-{x}instead ofw-{x} h-{x}