·
70 commits
to main
since this release
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 amonochromeCssVarFallback
option,
to allow passingcurrentColor
as thevar()
fallback.