app/assets/stylesheets/sass-zero/utilities/text.scss in sass-zero-0.0.12 vs app/assets/stylesheets/sass-zero/utilities/text.scss in sass-zero-0.0.13
- old
+ new
@@ -1,9 +1,9 @@
@import "sass-zero/variables";
@import "sass-zero/mixins";
-.txt--smaller {
+.txt--x-small {
font-size: $text-xs;
}
.txt--small {
font-size: $text-sm;
@@ -15,10 +15,10 @@
.txt--large {
font-size: $text-lg;
}
-.txt--larger {
+.txt--x-large {
font-size: $text-xl;
}
.txt--truncate {
@include truncate;