Skip to content

Instantly share code, notes, and snippets.

@cfree
Created February 11, 2016 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cfree/f4c54d13f3edee66d8f1 to your computer and use it in GitHub Desktop.
Save cfree/f4c54d13f3edee66d8f1 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$colors: (
'accentdark': #ff0000
);
aside {
background: rgba(map-get($colors, 'accentdark'), .7);
}
aside {
background: rgba(255, 0, 0, 0.7);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment