Skip to content

Instantly share code, notes, and snippets.

@FWeinb
Created February 1, 2014 12:26
Show Gist options
  • Save FWeinb/8751651 to your computer and use it in GitHub Desktop.
Save FWeinb/8751651 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
$brands: (
twitter: (#00acee f099),
facebook: #3b5998,
pinterest: #cb2027,
soundcloud: #f60,
vimeo: #aad450,
youtube: (#b00 f167)
);
test{
test:map-get($brands, twitter);
}
test {
test: #00acee f099;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment