Skip to content

1.0.6

Choose a tag to compare

@github-actions github-actions released this 25 Jul 14:08
· 47 commits to main since this release
7c3597c

Fixed

  • Last remaining CSS-lint warning ("Avoid !important") on the reduce-animations a11y override
    removed — the selectors already carry one extra class (.kuro-no-animation, added to an
    ancestor) over the rules they override, so they win on specificity alone without !important.