Typing
font-size: 1rem;
color: #333;
Is a lot faster than sifting through 90 Sass mixins trying to find the right size and color combo…and then trying to figure out why it has a 48px margin that isn’t defined anywhere.
Typing
font-size: 1rem;
color: #333;
Is a lot faster than sifting through 90 Sass mixins trying to find the right size and color combo…and then trying to figure out why it has a 48px margin that isn’t defined anywhere.