mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Add more snippets
This commit is contained in:
@@ -75,25 +75,11 @@ variables:
|
||||
|
||||
<hr>
|
||||
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
{{ notification }}
|
||||
</div>
|
||||
<div class="column">
|
||||
{% highlight html %}{{ notification }}{% endhighlight %}
|
||||
</div>
|
||||
</div>
|
||||
{% include snippet.html content=notification %}
|
||||
|
||||
{% include anchor.html name="Colors" %}
|
||||
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
{{ notification_colors }}
|
||||
</div>
|
||||
<div class="column">
|
||||
{% highlight html %}{{ notification_colors }}{% endhighlight %}
|
||||
</div>
|
||||
</div>
|
||||
{% include snippet.html content=notification_colors %}
|
||||
|
||||
{% include variables.html %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user