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
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
I am new-ish to FoundationPress and have a few projects running on version 2.9 . It is rock solid and I have had an overall great time with it.
I feel that I will need to support IE9 for a little bit longer. I can't be the only person needing to do this (or can I be?). Would you suggest sticking to version 2.9 as it is still a great starter, or go with 2.10+ and making the needed changes each new project to the template files to use the float grid? I know the refactored a lot of the JS in the new Foundation version, so maybe the gains here would be worth it.
Also, I apologize if this is not the appropriate place to ask these type of questions. Is there a forum of some sort where general questions are asked? Thanks.
The text was updated successfully, but these errors were encountered:
The main difference between 2.9 and 2.10.x is flexbox support. IE9 does not support flexbox, but you can still use the good old float-based foundation grid in the latest version of FoundationPress. You will the need enable the foundation-grid and foundation-float-classes in your app.scss. You will also need to modify the layout classes to use the old syntax instead of the xy-grid (that is based on flexbox).
I am new-ish to FoundationPress and have a few projects running on version 2.9 . It is rock solid and I have had an overall great time with it.
I feel that I will need to support IE9 for a little bit longer. I can't be the only person needing to do this (or can I be?). Would you suggest sticking to version 2.9 as it is still a great starter, or go with 2.10+ and making the needed changes each new project to the template files to use the float grid? I know the refactored a lot of the JS in the new Foundation version, so maybe the gains here would be worth it.
Also, I apologize if this is not the appropriate place to ask these type of questions. Is there a forum of some sort where general questions are asked? Thanks.
The text was updated successfully, but these errors were encountered: