Add underline helper (#3348)

* add underline helper

* new is-underlined feature
This commit is contained in:
matsn0w 2021-06-02 22:57:32 +02:00 committed by GitHub
parent 397d6bf1ab
commit 1aa9ad0ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -73,6 +73,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
.has-text-weight-normal