From: Jürgen van Dijk Date: Thu, 13 Oct 2016 09:57:28 +0000 (+0200) Subject: Include Bulma's initial variables X-Git-Tag: 0.4.1~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb866439efe5f0bf9f25f6344bf14a62c172737f;p=thirdparty%2Fbulma.git Include Bulma's initial variables --- diff --git a/docs/documentation/overview/start.html b/docs/documentation/overview/start.html index 016fdffd3..f275a69af 100644 --- a/docs/documentation/overview/start.html +++ b/docs/documentation/overview/start.html @@ -98,6 +98,9 @@ npm install bulma

Set your variables:
{% highlight sass %} +// Import Bulma's initial variables +@import "bulma/sass/utilities/variables.sass" + // Override initial variables here // You can add new ones or update existing ones: @@ -124,7 +127,10 @@ $family-primary: $family-serif // Use the new serif family

Import Bulma after having set your variables:
{% highlight sass %} -// Override variables here +// Import Bulma's initial variables +@import "bulma/sass/utilities/variables.sass" + +// Override initial variables here // You can add new ones or update existing ones: $blue: #72d0eb // Update blue