Bulma v9 website (#3249)

* Add Bulma v9

* Add vendor dependencies

* Fix native

* Fix sponsors

* Add style attribute
This commit is contained in:
Jeremy Thomas
2021-01-27 23:30:42 +00:00
committed by GitHub
parent c5edaea84f
commit 08ef4df2c0
1963 changed files with 157468 additions and 9452 deletions

View File

@@ -545,8 +545,6 @@ meta:
{% include elements/snippet.html content=button_colors_b_example %}
{% include elements/new-tag.html version="0.8.0" %}
<div class="content">
<p>
Each color now comes in its <strong>light version</strong>. Simply append the modifier <code>is-light</code> to the color modifier to apply the light version of the button.
@@ -847,7 +845,7 @@ meta:
{{ buttons_multiple }}
</div>
</div>
<div class="column highlight-full">
<div class="column bd-highlight-full">
{% highlight html %}{{ buttons_multiple }}{% endhighlight %}
</div>
</div>
@@ -863,7 +861,7 @@ meta:
{{ buttons_addons }}
</div>
</div>
<div class="column highlight-full">
<div class="column bd-highlight-full">
{% highlight html %}{{ buttons_addons }}{% endhighlight %}
</div>
</div>
@@ -880,7 +878,7 @@ meta:
{{ buttons_addons_right }}
</div>
</div>
<div class="column highlight-full">
<div class="column bd-highlight-full">
{% highlight html %}{{ buttons_addons_centered }}{{ buttons_addons_right }}{% endhighlight %}
</div>
</div>
@@ -896,7 +894,7 @@ meta:
{{ buttons_addons_selected }}
</div>
</div>
<div class="column highlight-full">
<div class="column bd-highlight-full">
{% highlight html %}{{ buttons_addons_selected }}{% endhighlight %}
</div>
</div>
@@ -934,4 +932,4 @@ meta:
</div>
</div>
{% include elements/variables.html type='element' %}
{% include components/variables.html type='element' %}