]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Include Bulma's initial variables
authorJürgen van Dijk <juukie@users.noreply.github.com>
Thu, 13 Oct 2016 09:57:28 +0000 (11:57 +0200)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 26 Mar 2017 17:02:23 +0000 (18:02 +0100)
docs/documentation/overview/start.html

index 016fdffd3704dbb0e0350e55fd459b16c4e165d5..f275a69af341429d81289e31c6e3e618b0b8f98d 100644 (file)
@@ -98,6 +98,9 @@ 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:
 
@@ -124,7 +127,10 @@ $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 %}
-// 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