From: Hung Ton Date: Sat, 4 Nov 2017 09:19:27 +0000 (+0700) Subject: Update customize.html (#1408) X-Git-Tag: 0.6.1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c5b3f9d94e890f045ed30ea3b1e54ed4cd2bba7;p=thirdparty%2Fbulma.git Update customize.html (#1408) For this customization to work, need to add more partial scss files as above $addColors: ( "twitter":($twitter, $twitter-invert), "linkedin": ($linkedin, $linkedin-invert), "github": ($github, $github-invert) ) $colors: map-merge($colors, $addColors) Otherwise it failed in my sass build --- diff --git a/docs/documentation/overview/customize.html b/docs/documentation/overview/customize.html index 351a2a32d..93f29caf1 100644 --- a/docs/documentation/overview/customize.html +++ b/docs/documentation/overview/customize.html @@ -8,6 +8,8 @@ doc-subtab: customize {% capture sass %} // 1. Import the initial variables @import "../sass/utilities/initial-variables" +@import "../sass/utilities/function"; +@import "../sass/utilities/derived-variables.sass"; // 2. Set your own initial variables // Update blue