in accordance with the Semantic UI section on browser support ( https://github.com/Semantic-Org/Semantic-UI#browser-support ). Semantic-UI is compatible with IE9 using prefixes.
Now I checked my work with the Semantic UI and saw that grid layouts make great use of CSS flexbox. When I open my HTML prototype in IE9, the layout is messed up.
Can I get Semantic UI to avoid using flexible box layout? Or is there any JS lib / polyfill available to work in IE9?
This is very important for me, as I develop for corporate clients, they still depend on IE9 ...
Regards, Sascha,
source
share