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