|
@@ -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:
|
|
|
|