mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 13:29:35 -07:00
Fix customize code
This commit is contained in:
@@ -8,8 +8,8 @@ doc-subtab: customize
|
|||||||
{% capture sass %}
|
{% capture sass %}
|
||||||
// 1. Import the initial variables
|
// 1. Import the initial variables
|
||||||
@import "../sass/utilities/initial-variables"
|
@import "../sass/utilities/initial-variables"
|
||||||
@import "../sass/utilities/functions";
|
@import "../sass/utilities/functions"
|
||||||
@import "../sass/utilities/derived-variables.sass";
|
@import "../sass/utilities/derived-variables.sass"
|
||||||
|
|
||||||
// 2. Set your own initial variables
|
// 2. Set your own initial variables
|
||||||
// Update blue
|
// Update blue
|
||||||
@@ -38,7 +38,7 @@ $github: #222222
|
|||||||
$github-invert: findColorInvert($github)
|
$github-invert: findColorInvert($github)
|
||||||
// Add new color variables to the color map.
|
// Add new color variables to the color map.
|
||||||
$addColors: (
|
$addColors: (
|
||||||
"twitter":($twitter, $twitter-invert),
|
"twitter":($twitter, $twitter-invert),
|
||||||
"linkedin": ($linkedin, $linkedin-invert),
|
"linkedin": ($linkedin, $linkedin-invert),
|
||||||
"github": ($github, $github-invert)
|
"github": ($github, $github-invert)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user