D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
buildteksolution
/
www
/
superadmin
/
assets
/
scss
/
shared
/
Filename :
_functions.scss
back
Copy
// Functions @function social-color($key: "twitter") { @return map-get($social-colors, $key); } // Social Color @each $color, $value in $social-colors { .text-#{$color} { @include text-color(social-color($color)); } } @each $color, $value in $social-colors { .bg-#{$color} { background: social-color($color); } }