Skip to main content

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

Edge

Firefox

Safari

Opera

Brave

Mobile / touch

A special mention to mobile devices:

  • Touch targets: interactive .btn and buttons get a min-height: 44px touch target via a @supports query.
  • 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.