Customize
Compile your prefered collection of social providers in a single CSS file
The social-providers/all.sass
file is where the
magic happens.
In this page, we are going to see how we can create our own custom CSS file.
Steps to follow:
sass/social-providers
folder
// Remove the social providers you don't need and then run "npm run build"
// Merge social provider maps to a single variable
$socialProvidersList: combineSocialProviders($appleColours, $bitbucketColours, $discordColours, $dropboxColours, $facebookColours, $flickrColours, $foursquareColours, $githubColours, $gitlabColours, $instagramColours, $linkedinColours, $microsoftColours,$odnoklassnikiColours, $openidColours, $pinterestColours, $redditColours, $slackColours, $soundcloudColours, $tumblrColours, $twitterColours, $vimeoColours, $vkColours, $yahooColours, $youtubeColours)
npm run build