You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@parkerpearson is this something you're still interested in? In particular, why is the @extend not working for typography? I feel like I should know this, but I can't remember.
@antelopeb Yes I think it still makes sense to fix, although I don't currently need it as I probably did a manual work around when I was doing the UXF site.
It's not specific to typography, but classes can't be @extend'ed from within a media query. I ran into it with typography where I wanted to change the font size of a heading based on the screen width.
Re-raising this issue since I am running into it again with the design site.
There is no workaround besides copy/pasting the code you want to @extend which is brittle, not sharable, and creates tech debt.
The solution is to provide @mixin versions of the classes we currently use via @extend. Both options are easy to support via:
The text was updated successfully, but these errors were encountered: