oliverjam / workstream-website

The new Workstream X marketing site
6 stars 1 forks source link

Legacy browser compatibility? #42

Closed Jamchiller closed 7 years ago

Jamchiller commented 7 years ago

Just a thought - if the site is breaking massively on browsers like Spencer's, is it worth having a fallback text site for older browsers? Is this easily implementable?

oliverjam commented 7 years ago

Figured out why it's so broken even on browsers that should be okay — I have an Autoprefixer task that automatically generates older legacy CSS for stuff like flexbox layouts, but I totally forgot that every time I re-generated CSS after saving a file the autoprefixed version would be over-written. So basically I need to manually run that every time before I push new code...

oliverjam commented 7 years ago

It's already a lot better in recent-ish browsers.

IE8 though lol...

win7_ie_8 0

Jamchiller commented 7 years ago

I'd say this is done