Flexbugs: Community-curated Fixes for Flexbox Issues and Cross-browser Compatibility


Summary of my bookmarked Github repositories from Oct 13th, 2017

Github repositories

  • philipwalton/flexbugs

    Flexbugs is a community-curated repository that provides workarounds for flexbox issues and cross-browser compatibility. The repository is regularly updated with newly discovered issues and fixes as the flexbox specification evolves. Some of the listed issues include minimum content sizing not being honored, column flex items overflowing their container, and flex shorthand declarations with unitless flex-basis values being ignored. Each bug is accompanied by demos, affected browsers, and workarounds to address the issues. The repository aims to help developers troubleshoot and find solutions when building websites using flexbox.