GirlsCodeLincoln / Website

The Girls Code Lincoln website
https://girlscodelincoln.org
5 stars 1 forks source link

Make compatible with IE11 #1

Closed justinjstark closed 5 years ago

justinjstark commented 6 years ago

I used CSS grid on the new layout with a subgrid. IE11 uses an old CSS grid spec. To support it, we'll need to use ms- prefixes and be able to fall back to the old spec.

troynguyen8 commented 5 years ago

The user of var() in the CSS is also not IE compatible. We may be able to use a CSS preprocessor to accomplish the same effect.

justinjstark commented 5 years ago

@troynguyen8 Yes. We are using Netlify which can run a build instead of just deploying the static site. At the same time, we probably don't need to fully support IE11 as long as the content is visible and usable (even if it's ugly).

troynguyen8 commented 5 years ago

Before video discussion with website committee, planning on addressing this by moving away from CSS grid and using bootstrap column format