Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 18:19
· 70 commits to main since this release
c4cdc5e

Minor Changes

  • 0ea4fd9: Breaking: defaultThemeSubstitution now takes an option object, so
    its signature has changed to a factory:

    const options = {
    -  getThemeSubstitutions: defaultThemeSubstitution
    +  getThemeSubstitutions: defaultThemeSubstitution()
    }
    

    defaultThemeSubstitution now provides a monochromeCssVarFallback option,
    to allow passing currentColor as the var() fallback.