At the moment any responsive large screen styles (e.g. font size) applied using the oGridRespondTo() mixin aren't getting applied automatically to the large screen layout used by ie7/8. They can of course be manually written in by the developer, but I think oGridRespondTo() should be more sympathetic and do something like
if (requestedBreakpoint == the layout forced in legacy browsers) {
write out the style prefixed by the legacy selector too
}
(possibly have this as the default, but disablable by passing a second parameter)
At the moment any responsive large screen styles (e.g. font size) applied using the
oGridRespondTo()
mixin aren't getting applied automatically to the large screen layout used by ie7/8. They can of course be manually written in by the developer, but I thinkoGridRespondTo()
should be more sympathetic and do something like(possibly have this as the default, but disablable by passing a second parameter)