Releases: oddbird/accoutrement-color
Releases · oddbird/accoutrement-color
Release list
BUGFIX: Recursive function lookup typo
v2.3.1 Update changelog
Improve first-class function API
Allows you to capture functions in a shared map that we can use for lookup:
$functions: (
'darken': get-function('darken'),
'lighten': get-function('lighten'),
);That way, you shouldn't have to make any changes to your existing color maps when upgrading Sass.
v2.2.3
- BUGFIX: Support first-class functions (Sass 3.5+)
v2.2.2
- BUGFIX:
colorfunction no longer chokes on self-reference in custom-palettes
No dependencies
- DOCS: Update theme, organize, and expand examples
- NEW: Added (private)
pow()functions,
so that MathSass is no longer a dependency for color-contrast calculations - NEW: Support upper or lowercase for WCAG contrast checks in
contrast-ratio,
e.g. 'aa'/'aaa', or 'AA'/'AAA' - NEW: Support first-class functions
Minor docs update
- Docs: Update Herman, and simplify publication
v2.1.1
- Docs: Remove unused mixin Sassdoc comment
Support Sass 3.5, Add config helpers
- Support first-class functions in Sass 3.5.
- Add
merge-colorsfunction,
andadd-colorsmixin
to combine individual color palettes.