* Fix #1001

* Order modifiers alphabetically.
This commit is contained in:
Daniele Lenares
2017-08-03 20:52:00 +02:00
committed by Jeremy Thomas
parent e06a098df6
commit 5cee4c8974
2 changed files with 46 additions and 0 deletions

View File

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