Skip to content

Instantly share code, notes, and snippets.

@GeorgeHastings
Created May 12, 2014 18:05
Show Gist options
  • Save GeorgeHastings/a31752f8fee67894edce to your computer and use it in GitHub Desktop.
Save GeorgeHastings/a31752f8fee67894edce to your computer and use it in GitHub Desktop.
$grayscale: #eee, #aaa, #777, #444, #111;
$color-secondary-action: nth($grayscale, 1);
$color-secondary-action-border: nth($grayscale, 2);
@Dan503
Copy link

Dan503 commented Jan 28, 2015

The problem with this is that when you add a new grey to the start of the list, you have to change every single grey reference one by one because it throws the numbers off

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment