From: matsn0w Date: Wed, 2 Jun 2021 20:57:32 +0000 (+0200) Subject: Add underline helper (#3348) X-Git-Tag: 0.9.3~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aa9ad0ba9a3b9a43714f569fb6ebb7f4084f7aa;p=thirdparty%2Fbulma.git Add underline helper (#3348) * add underline helper * new is-underlined feature --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b3988cfd..479f2c451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Bulma Changelog +## 0.9.3 + +### New features + +- New `is-underlined` class for underlined text and links + ## 0.9.2 ### Breaking change diff --git a/sass/helpers/typography.sass b/sass/helpers/typography.sass index 52433155f..dceca77af 100644 --- a/sass/helpers/typography.sass +++ b/sass/helpers/typography.sass @@ -72,6 +72,9 @@ $alignments: ('centered': 'center', 'justified': 'justify', 'left': 'left', 'rig .is-italic font-style: italic !important + +.is-underlined + text-decoration: underline !important .has-text-weight-light font-weight: $weight-light !important