]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Remove incorrect/unclear documentation
authorMax Stritzinger <mstritzinger@live.com>
Sat, 1 Apr 2017 07:50:47 +0000 (00:50 -0700)
committerJeremy Thomas <bbxdesign@gmail.com>
Mon, 10 Apr 2017 12:40:23 +0000 (13:40 +0100)
docs/documentation/overview/start.html

index f275a69af341429d81289e31c6e3e618b0b8f98d..cebe0741f41532a148d9ee5b50ab1e8809110a49 100644 (file)
@@ -98,9 +98,6 @@ npm install bulma
         <p class="title is-5">
           <strong>Set</strong> your variables:<br>
 {% 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
         <p class="title is-5">
           <strong>Import</strong> Bulma <em>after</em> having set your variables:<br>
 {% 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: