]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update customize.html (#1408)
authorHung Ton <tonthanhhung90@gmail.com>
Sat, 4 Nov 2017 09:19:27 +0000 (16:19 +0700)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 4 Nov 2017 09:19:27 +0000 (09:19 +0000)
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

docs/documentation/overview/customize.html

index 351a2a32d233b7b6f2712f9f909acc497f86bc2d..93f29caf1c82b1626b1be7e148c40ab9c044d02d 100644 (file)
@@ -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