Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am edanedison on github.
  • I am edan (https://keybase.io/edan) on keybase.
  • I have a public key ASAUfe0ElWy8Dtq_FJ0otnLq1I7IGhmWmm_NvDTJLKboCQo

To claim this, I am signing this object:

@edanedison
edanedison / gist:1c80e32f88c683d20ce0
Last active February 3, 2022 15:32
SASS Mixin to automatically create CSS utility classes based on a nested map
// Brand
$primary: red;
$secondary: green;
$tertiary: blue;
// Colour variations
$shade-amount: 15%;
$trans-amount: 0.5;