ParkingReformNetwork / parking-lot-map

Interactive map showing how much of downtowns are dominated by parking
https://parkingreform.org/parking-lot-map/
MIT License
1 stars 5 forks source link

Define breakpoints and font sizes #198

Closed Eric-Arellano closed 2 months ago

Eric-Arellano commented 2 months ago

https://www.refactoringui.com strongly recommends using a design system where we systematize colors, font sizes, and breakpoints. That is all moved to a new theme/ folder. This will be useful with the mandates map, that we can keep in sync the same files.

The breakpoint sizes come from tailwind.css.

The font scale comes from refactoringui.com. It strongly recommends using px over em, and generally px over rem but em is an issue.