From: Jeremy Thomas Date: Mon, 6 Nov 2017 12:39:36 +0000 (+0000) Subject: Fix customize code X-Git-Tag: 0.6.1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=202c5996a4671635f538c2aa906980b0d5540e50;p=thirdparty%2Fbulma.git Fix customize code --- diff --git a/docs/documentation/overview/customize.html b/docs/documentation/overview/customize.html index 40c8fae14..b9d3e9b86 100644 --- a/docs/documentation/overview/customize.html +++ b/docs/documentation/overview/customize.html @@ -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) )