4 lines
97 B
SCSS
4 lines
97 B
SCSS
|
// Functions
|
||
|
@function social-color($key: "twitter") {
|
||
|
@return map-get($social-colors, $key);
|
||
|
}
|