John Albin Wilkins

Results 52 issues of John Albin Wilkins

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

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...

feature request

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....

feature request

**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,...

bug
feature request

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.

feature request

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...

feature request

Many times specific named exports are deprecated in a module, while other named exports are not deprecated. That means we can't use the existing 'deprecate/import' rule because its only parts...

enhancement

## TLDR I'm using AVA 4.0.0-rc.1 and have a few tests marked as ".failing" since they are known test failures. When looking at the test output, I expect that I...

help wanted
scope:reporters

Just cross-posting this. There's a discussion over on https://github.com/gatsbyjs/gatsby/issues/15693