mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 13:29:35 -07:00
Remove incorrect/unclear documentation
This commit is contained in:
committed by
Jeremy Thomas
parent
404d5fdd7d
commit
364da98dbd
@@ -98,9 +98,6 @@ npm install bulma
|
|||||||
<p class="title is-5">
|
<p class="title is-5">
|
||||||
<strong>Set</strong> your variables:<br>
|
<strong>Set</strong> your variables:<br>
|
||||||
{% highlight sass %}
|
{% highlight sass %}
|
||||||
// Import Bulma's initial variables
|
|
||||||
@import "bulma/sass/utilities/variables.sass"
|
|
||||||
|
|
||||||
// Override initial variables here
|
// Override initial variables here
|
||||||
// You can add new ones or update existing ones:
|
// 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">
|
<p class="title is-5">
|
||||||
<strong>Import</strong> Bulma <em>after</em> having set your variables:<br>
|
<strong>Import</strong> Bulma <em>after</em> having set your variables:<br>
|
||||||
{% highlight sass %}
|
{% highlight sass %}
|
||||||
// Import Bulma's initial variables
|
|
||||||
@import "bulma/sass/utilities/variables.sass"
|
|
||||||
|
|
||||||
// Override initial variables here
|
// Override initial variables here
|
||||||
// You can add new ones or update existing ones:
|
// You can add new ones or update existing ones:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user