I am trying to wrap my head around on how to add typography variables to different breakpoints so that components are linked to a screen-size variable.
I have only seen videos of one size fits all typography variables, ie:
- Headline will always be used as 46px for Desktop and 12px for Mobile.
But, what happens if there are different values for XL, L, M and S breakpoints and it depends in each and every component? ie: a blog page can have Headline 46px on XL but an embedded inline banner can have a Headline 12px for the same XL breakpoint.
Thank you for your time!