mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add underline helper (#3348)
* add underline helper * new is-underlined feature
This commit is contained in:
parent
397d6bf1ab
commit
1aa9ad0ba9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user