Open
Description
The redesign uses a lot of repetitive measurement declarations for distance sizing (1rem, 1.5rem, 2rem, etc.). We should:
- Search through all
margin
andpadding
declarations, - See what declarations are commonly repeated and turn them into a set of Sass variables
- Incorporate them into existing spacing utility classes
- Identify outliers and see if they can be normalized