mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add underline helper (#3348)
* add underline helper * new is-underlined feature
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Bulma Changelog
|
# Bulma Changelog
|
||||||
|
|
||||||
|
## 0.9.3
|
||||||
|
|
||||||
|
### New features
|
||||||
|
|
||||||
|
- New `is-underlined` class for underlined text and links
|
||||||
|
|
||||||
## 0.9.2
|
## 0.9.2
|
||||||
|
|
||||||
### Breaking change
|
### Breaking change
|
||||||
|
|||||||
@@ -73,6 +73,9 @@ $alignments: ('centered': 'center', 'justified': 'justify', 'left': 'left', 'rig
|
|||||||
.is-italic
|
.is-italic
|
||||||
font-style: italic !important
|
font-style: italic !important
|
||||||
|
|
||||||
|
.is-underlined
|
||||||
|
text-decoration: underline !important
|
||||||
|
|
||||||
.has-text-weight-light
|
.has-text-weight-light
|
||||||
font-weight: $weight-light !important
|
font-weight: $weight-light !important
|
||||||
.has-text-weight-normal
|
.has-text-weight-normal
|
||||||
|
|||||||
Reference in New Issue
Block a user