]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Add underline helper (#3348)
authormatsn0w <bartscholtus@gmail.com>
Wed, 2 Jun 2021 20:57:32 +0000 (22:57 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Jun 2021 20:57:32 +0000 (21:57 +0100)
* add underline helper

* new is-underlined feature

CHANGELOG.md
sass/helpers/typography.sass

index 0b3988cfda70080e652041e9d22167e03979ce75..479f2c45139c421b3003e88d9df81e188f797d78 100644 (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
index 52433155f6f9b5eca53ce320422edeb0ff45e8d6..dceca77af4242c53cd405d1dd64f1acaba58c02f 100644 (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