Customize
Compile your prefered collection of social providers in a single CSS file
Bulma-Social consists of 3 folders and 4 SASS files.
The social-providers/all.sass
file is where the
magic happens.
For now, we are going to see how we can create our own custom pack.
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, $soundcloudColours, $tumblrColours, $twitterColours, $vimeoColours, $vkColours, $yahooColours, $youtubeColours)
npm run build