Skip to content
This repository was archived by the owner on Jul 9, 2020. It is now read-only.
This repository was archived by the owner on Jul 9, 2020. It is now read-only.

Color functions don't seem to work. #19

@imathis

Description

@imathis

I was directed here from JSfiddle's support. Apparently they are using this lib. Anyway. Here's an example of color functions that don't quite seem to work:

$key: adjust-hue(#D1643D, 40);
$accent: adjust-color($key, $hue: 143); // <-- this one doesn't work.

div { width: 50px; height: 50px; float: left; background: red; }

.div1 { background: $key; }
.div2 { background: $accent; } // <-- this div ends up being red because the $accent color isn't set.

Live example: http://jsfiddle.net/ye52D/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions