From fb866439efe5f0bf9f25f6344bf14a62c172737f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20van=20Dijk?= Date: Thu, 13 Oct 2016 11:57:28 +0200 Subject: [PATCH] Include Bulma's initial variables --- docs/documentation/overview/start.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/documentation/overview/start.html b/docs/documentation/overview/start.html index 016fdffd..f275a69a 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