Skip to content

v1.8.2

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jul 11:55

What's Changed

Fixed

  • The iframe's <body> safety-net background no longer defeats
    iframe.body_class.
    The rule was unlayered, so it beat any consumer
    bg-* utility regardless of specificity — the class landed on <body> in
    the DOM while the computed colour stayed the net's, which made the symptom
    hard to trace. Moved into @layer base: the net still paints when nothing
    opposes it, a consumer utility now wins, and a consumer's own unlayered
    body {} keeps winning — the behaviour the surrounding comment already
    promised. Surfaced downstream as a styleguide footer rendering on white
    while page content was cream.

Pull Requests

  • #109 — fix(iframe): put the body safety-net background in @layer base

Full Changelog: v1.8.1...v1.8.2