app/assets/stylesheets/sass-zero/utilities/text.scss in sass-zero-0.0.20 vs app/assets/stylesheets/sass-zero/utilities/text.scss in sass-zero-0.0.21

- old
+ new

@@ -55,13 +55,15 @@ text-decoration: underline; } &--subtle { color: $gray-700; + font-weight: $font-normal; } &--very-subtle { color: $gray-600; + font-weight: $font-normal; } &--capitalize { text-transform: capitalize; }