Skip to content

Instantly share code, notes, and snippets.

@chrisfromredfin
Created March 29, 2018 17:32
Show Gist options
  • Save chrisfromredfin/2525935e590c4957cb7c1a93ec8010d5 to your computer and use it in GitHub Desktop.
Save chrisfromredfin/2525935e590c4957cb7c1a93ec8010d5 to your computer and use it in GitHub Desktop.
/// @group colors
/// @colors demo-colors
$demo-colors: (
'alto': #d8d8d8,
'scorpion': #5b5b5b,
'tree-poppy': #f36c38,
'white': white,
'wild-sand': #f5f5f5,
'grey-light': #d5dbe4,
);
@include herman-add('colors', 'demo-colors', $demo-colors);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment