chroma
chroma copied to clipboard
Chroma: The Sass color manager
There are some funky work-arounds scattered around Chroma that should be removed once LibSass 3.3.0 is released. https://github.com/sass/libsass/issues/1453 This will be a backwards-compatibility breaker, so it will force a major...
From http://blog.55minutes.com/2011/10/color-management-for-people-who-write-markup/ > Wondering about those crazy color names? I got them using Color Name & Hue and Name That Color, tools that give you color names for hex codes....
**Problem**: Currently, since the $chroma variable is a global variable, I've been adding all of my colors in a global _colors.scss file that gets imported by my _init.scss partial. But,...
Looking at https://bugsnag.com/blog/sass-color-palettes, I realize that I need a convenience function that retrieves a list of color names from a scheme.
Currently, there's a hacky chroma-kss-markup() function which exports a chunk of HTML with the all the colors spit out as examples. https://www.npmjs.com/package/sass-color-json will export a JSON object. That seems much...