diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b3988cf..479f2c45 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 52433155..dceca77a 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