mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
font-style: italic !important (#1452)
* is-rounded * Rollback * font-style: italic; * Update CHANGELOG.md
This commit is contained in:
committed by
Jeremy Thomas
parent
dc892413f1
commit
e385d3dd9a
@@ -89,6 +89,9 @@ $alignments: ('centered': 'center', 'justified': 'justify', 'left': 'left', 'rig
|
||||
.is-uppercase
|
||||
text-transform: uppercase !important
|
||||
|
||||
.is-italic
|
||||
font-style: italic !important
|
||||
|
||||
@each $name, $pair in $colors
|
||||
$color: nth($pair, 1)
|
||||
.has-text-#{$name}
|
||||
|
||||
Reference in New Issue
Block a user