Browse Source

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
Hung Ton 7 years ago
parent
commit
0c5b3f9d94
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/documentation/overview/customize.html

+ 2 - 0
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