chroma icon indicating copy to clipboard operation
chroma copied to clipboard

Chroma: The Sass color manager

Results 15 chroma issues
Sort by recently updated
recently updated
newest added

See https://www.npmjs.com/package/node-sass Currently, compiling Chroma using Dart Sass produces these errors: DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal in Dart Sass 2.0.0. Use call(get-function(lighten))...

This deprecation warning is been triggered both by node-sas and dart sass ``` DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal in Sass 4.0. Use...

When using lib sass 3.5.0+ you get this error with Chroma: "DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal in Sass 4.0. Use call(get-function("lighten")) instead."...

Sorry to bother you with this, but after a lenghty online research I still can't work out how Chroma's license affects the general license of a modular Sass project and...

Let’s get started with automated dependency management for chroma :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...

greenkeeper

I'm trying to define colours using rgb instead of hex. Is this possible? Whenever I do something like rgb(0, 0, 0) it works but when I try: ``` unquote('rgb(#{$color-black})') ```...

support request

Track https://github.com/sass/libsass/issues/2205 and remove the work-around when the bugfix is released.

feature request

I removed a colour from the definition (or I misspelled a colour name) and I get this error: ``` Message: node_modules/chroma-sass/sass/chroma/_functions.scss Error: The color "watermark" was not found. on line...

feature request

Currently, libSass has _no_ way to access a global Sass variable from the JavaScript side. So while libSass allows functions to be written in JS, the JS can only access...

feature request

Just making a note that ~~some~~ _many_ people like to manage color variations. I'm not there yet, but here's a few articles about that. - Map of variations: - http://www.sitepoint.com/managing-color-values-with-sass/...

feature request