mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Fix customize code
This commit is contained in:
parent
1913193aaf
commit
202c5996a4
@ -8,8 +8,8 @@ doc-subtab: customize
|
||||
{% capture sass %}
|
||||
// 1. Import the initial variables
|
||||
@import "../sass/utilities/initial-variables"
|
||||
@import "../sass/utilities/functions";
|
||||
@import "../sass/utilities/derived-variables.sass";
|
||||
@import "../sass/utilities/functions"
|
||||
@import "../sass/utilities/derived-variables.sass"
|
||||
|
||||
// 2. Set your own initial variables
|
||||
// Update blue
|
||||
@ -38,7 +38,7 @@ $github: #222222
|
||||
$github-invert: findColorInvert($github)
|
||||
// Add new color variables to the color map.
|
||||
$addColors: (
|
||||
"twitter":($twitter, $twitter-invert),
|
||||
"twitter":($twitter, $twitter-invert),
|
||||
"linkedin": ($linkedin, $linkedin-invert),
|
||||
"github": ($github, $github-invert)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user