Skip to content

Commit

Permalink
Add underline helper (#3348)
Browse files Browse the repository at this point in the history
* add underline helper

* new is-underlined feature
  • Loading branch information
matsn0w authored Jun 2, 2021
1 parent 397d6bf commit 1aa9ad0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions sass/helpers/typography.sass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1aa9ad0

Please sign in to comment.