From: Jeremy Thomas Date: Thu, 13 Jul 2017 17:55:46 +0000 (+0100) Subject: Fix #852 X-Git-Tag: 0.4.4~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb87d85d91a4aa26e40607be7edf1893dd8e4ece;p=thirdparty%2Fbulma.git Fix #852 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 51af977df..ebbe84b83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Issues closed +* Fix #852 charset and version number * Fix #856 JavaScript `nav-burger` example * Fix #821 Notification strong color diff --git a/bulma.sass b/bulma.sass index 67882a20a..c11e7af43 100644 --- a/bulma.sass +++ b/bulma.sass @@ -1,6 +1,5 @@ -/*! bulma.io v0.4.2 | MIT License | github.com/jgthms/bulma */ @charset "utf-8" - +/*! bulma.io v0.4.3 | MIT License | github.com/jgthms/bulma */ @import "sass/utilities/_all" @import "sass/base/_all" @import "sass/elements/_all"