Remove incorrect/unclear documentation
This commit is contained in:
parent
404d5fdd7d
commit
364da98dbd
1 changed files with 0 additions and 6 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue