Browser support
boodoo supports the latest, stable releases of all major browsers and platforms. Both the CSS and JS are written to be maximally compatible while embracing modern CSS where browsers allow.
Supported browsers
boodoo is designed for the modern web but degrades gracefully. We support the most recent two stable versions of:
Chrome
v90 – v134+
Edge
v90 – v134+
Firefox
v88 – v136+
Safari
v14.1 – v18+
Opera
v76 – v117+
Brave
v1.25 – v1.75+
Mobile / touch
A special mention to mobile devices:
- Touch targets: interactive
.btnand buttons get amin-height: 44pxtouch target via a@supportsquery. - Swipe support: the Carousel responds to touch swipes out of the box.
- Safe areas: layout respects iOS safe areas where relevant.
Progressive enhancement
Core features are progressively enhanced: @supports and feature queries let us ship modern CSS
(aspect-ratio, text-wrap: balance, backdrop-filter, CSS Grid) while keeping a clean fallback.
Legacy browsers
Internet Explorer is not supported. boodoo relies on modern CSS features and the fetch/ES2015+ class syntax that IE cannot run.