Created
February 1, 2014 12:26
-
-
Save FWeinb/8751651 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// 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); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test { | |
test: #00acee f099; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment