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
2 changed files with 9 additions and 0 deletions

View File

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