From 364da98dbd32f53fe92143428c89ceb6a5060090 Mon Sep 17 00:00:00 2001 From: Max Stritzinger Date: Sat, 1 Apr 2017 00:50:47 -0700 Subject: [PATCH] Remove incorrect/unclear documentation --- docs/documentation/overview/start.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/documentation/overview/start.html b/docs/documentation/overview/start.html index f275a69a..cebe0741 100644 --- a/docs/documentation/overview/start.html +++ b/docs/documentation/overview/start.html @@ -98,9 +98,6 @@ 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: @@ -127,9 +124,6 @@ $family-primary: $family-serif // Use the new serif family

Import Bulma after having 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: