mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
committed by
Jeremy Thomas
parent
e06a098df6
commit
5cee4c8974
@@ -53,6 +53,15 @@
|
||||
.has-text-right
|
||||
text-align: right !important
|
||||
|
||||
.is-capitalized
|
||||
text-transform: capitalize !important
|
||||
|
||||
.is-lowercase
|
||||
text-transform: lowercase !important
|
||||
|
||||
.is-uppercase
|
||||
text-transform: uppercase !important
|
||||
|
||||
@each $name, $pair in $colors
|
||||
$color: nth($pair, 1)
|
||||
.has-text-#{$name}
|
||||
|
||||
Reference in New Issue
Block a user