From: Jeremy Thomas Date: Wed, 11 Apr 2018 23:20:58 +0000 (+0100) Subject: Fix button docs X-Git-Tag: 0.7.0~1^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=379bcb481e5f1ab3ee03d7ce39e85aef6bd5531a;p=thirdparty%2Fbulma.git Fix button docs --- diff --git a/docs/_data/blog/migratingv070.json b/docs/_data/blog/migratingv070.json index 7cba93b61..b224681f9 100644 --- a/docs/_data/blog/migratingv070.json +++ b/docs/_data/blog/migratingv070.json @@ -32,7 +32,7 @@ "changes": [ { "variable": "$hr-background-color", - "from": "border", + "from": "$border", "to": "$background" }, { @@ -42,6 +42,16 @@ } ] }, + { + "file": "sass/elements/content.sass", + "changes": [ + { + "variable": "$content-heading-weight", + "from": "$weight-normal", + "to": "$weight-semibold" + } + ] + }, { "file": "sass/components/message.sass", "changes": [ diff --git a/docs/_includes/elements/link.html b/docs/_includes/elements/link.html index 0ab9299b9..952c294c1 100644 --- a/docs/_includes/elements/link.html +++ b/docs/_includes/elements/link.html @@ -1,4 +1,9 @@ + {% if include.surtitle %} + + {% endif %}