Hacked By AnonymousFox

Current Path : /home/krishnamexports/www/panel/scss/landing-screens/
Upload File :
Current File : /home/krishnamexports/www/panel/scss/landing-screens/_functions.scss

// 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);
  }
}

Hacked By AnonymousFox1.0, Coded By AnonymousFox