4 lines
97 B
SCSS
Raw Normal View History

// Functions
@function social-color($key: "twitter") {
@return map-get($social-colors, $key);
}