I need to update line heights for a complete project. The requirement is that all line heights should equal the font size plus 4 pixels.
Is there a simple way to do this using SCSS?
Adjusting based on percentage would be easy, but the specific value is giving me trouble.
Can I apply this globally without having to specify it for each class where the font size is changed?