From 379bcb481e5f1ab3ee03d7ce39e85aef6bd5531a Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Thu, 12 Apr 2018 00:20:58 +0100 Subject: [PATCH] Fix button docs --- docs/_data/blog/migratingv070.json | 12 +++- docs/_includes/elements/link.html | 5 ++ docs/_includes/elements/snippet.html | 8 ++- docs/_layouts/post.html | 2 +- docs/_posts/2018-04-11-migration-to-v070.md | 12 +++- docs/_sass/example.sass | 1 + docs/_sass/highlight.sass | 4 +- docs/_sass/specific.sass | 14 +++++ docs/blog.html | 4 +- docs/css/bulma-docs.css | 24 ++++++- docs/documentation/elements/button.html | 70 +++++++++++---------- sass/elements/content.sass | 2 +- 12 files changed, 114 insertions(+), 44 deletions(-) diff --git a/docs/_data/blog/migratingv070.json b/docs/_data/blog/migratingv070.json index 7cba93b6..b224681f 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 0ab9299b..952c294c 100644 --- a/docs/_includes/elements/link.html +++ b/docs/_includes/elements/link.html @@ -1,4 +1,9 @@ + {% if include.surtitle %} + + {% endif %}