laravelEcomm/public/Dashboard/scss/common/light/_functions.scss

4 lines
97 B
SCSS
Raw Normal View History

2024-07-12 07:06:02 +00:00
// Functions
@function social-color($key: "twitter") {
@return map-get($social-colors, $key);
}