Edward Simpson

Results 15 comments of Edward Simpson

Cheers @clinton-origin , we'll be bringing 2.4.4/2.4.5 compatibility to this module as a priority

I am also experiencing this issue: ``` %font--gillsans-medium { font-family: 'GillSansMTStd-Medium', sans-serif; } .navigation { &__link { @postcss-extend %font--mrseaves-roman; @media (--from-tablet) { @postcss-extend %font--gillsans-medium; // Other CSS rules here }...

Only way I found was to stop using postcss-extend (moved my font declarations into mixins)