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: