Skip to content

Releases: oddbird/accoutrement-color

BUGFIX: Recursive function lookup typo

Choose a tag to compare

@mirisuzanne mirisuzanne released this 04 Apr 16:29
v2.3.1

Update changelog

Improve first-class function API

Choose a tag to compare

@mirisuzanne mirisuzanne released this 03 Apr 22:51

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

Choose a tag to compare

@jgerigmeyer jgerigmeyer released this 02 Apr 21:23
  • BUGFIX: Support first-class functions (Sass 3.5+)

v2.2.2

Choose a tag to compare

@mirisuzanne mirisuzanne released this 22 Sep 22:03
  • BUGFIX: color function no longer chokes on self-reference in custom-palettes

No dependencies

Choose a tag to compare

@mirisuzanne mirisuzanne released this 05 Sep 18:02
  • 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

Choose a tag to compare

@mirisuzanne mirisuzanne released this 27 Aug 01:52
  • Docs: Update Herman, and simplify publication

v2.1.1

Choose a tag to compare

@jgerigmeyer jgerigmeyer released this 21 May 19:18
  • Docs: Remove unused mixin Sassdoc comment

Support Sass 3.5, Add config helpers

Choose a tag to compare

@mirisuzanne mirisuzanne released this 08 Mar 20:22
  • Support first-class functions in Sass 3.5.
  • Add merge-colors function,
    and add-colors mixin
    to combine individual color palettes.