udemy-go-web-1/static/admin/scss/_functions.scss

4 lines
97 B
SCSS

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