mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user