This commit is contained in:
Jeremy Thomas
2018-04-09 21:16:50 +01:00
parent e3ecca6432
commit a1c1909001
17 changed files with 262 additions and 357 deletions

View File

@@ -6,6 +6,7 @@ introduction: "<p>The <code>.control</code> element has been a very versatile co
color: "success"
name: "Field element"
icon: "square"
icon_regular: true
---
**TL;DR: there's a new `.field` container, and `.control` has been re-purposed.**

View File

@@ -2,7 +2,7 @@
layout: post
title: "New feature: list of tags"
introduction: "What's better than one tag? Multiple tags!"
color: "orange"
color: "success"
name: "List of tags"
icon: "tag"
---
@@ -17,4 +17,4 @@ A tag rarely comes on its own though, so Bulma now supports [list of tags](/docu
</a>
</figure>
As a **bonus**, there is also a [delete tag](/documentation/elements/tag/#combinations) available!
As a **bonus**, there is also a [delete tag](/documentation/elements/tag/#combinations) available!

View File

@@ -3,8 +3,8 @@ layout: post
title: "Roses are red Links are blue"
introduction: "What's better than one tag? Multiple tags!"
color: "link"
name: "Roses are red<br>Links are blue"
icon: "tag"
name: "Roses are red and links are blue"
icon: "link"
---
By default, a browser will display links in <strong style="color: blue;">blue</strong>. Bulma has up until now used the `$primary` color as the `$link` color:
@@ -89,4 +89,4 @@ If you want to use the `$primary` color for your links, just **customize** your
$link: $primary !default
$link-invert: $primary-invert !default
$link-focus-border: $primary !default
```
```

View File

@@ -2,7 +2,7 @@
title: "Bulma is on Patreon!"
layout: post
introduction: "Support Bulma's future"
color: "primary"
color: "patreon"
name: "Bulma on Patreon"
icon: "patreon"
icon_brand: true

View File

@@ -4,7 +4,7 @@ layout: post
introduction: "No change required!"
color: "info"
name: "Font Awesome 5"
icon: "font-awesome-alt"
icon: "font-awesome"
icon_brand: true
---