app/assets/stylesheets/sass-zero/utilities/text.scss in sass-zero-0.0.52 vs app/assets/stylesheets/sass-zero/utilities/text.scss in sass-zero-0.0.53
- old
+ new
@@ -2,10 +2,11 @@
@import "sass-zero/variables/spacing";
@import "sass-zero/mixins";
.txt--normal {
font-weight: $font-normal !important;
+ font-style: normal !important;
}
.txt--bold {
font-weight: $font-bold;
}
@@ -18,9 +19,13 @@
text-transform: uppercase;
}
.txt--nowrap {
white-space: nowrap;
+}
+
+.txt--wrap {
+ white-space: normal;
}
.txt--break-words {
word-wrap: break-word;
}