vendor/assets/stylesheets/emma.css/sass/rules/_line-height.scss in emma-css-rails-0.9.0.0 vs vendor/assets/stylesheets/emma.css/sass/rules/_line-height.scss in emma-css-rails-0.10.0.0
- old
+ new
@@ -1,37 +1,37 @@
.#{$emma-prefix}lh-nm {
line-height: normal #{emma-important($emma-important)};
}
-.#{$emma-prefix}lh-i {
+.#{$emma-prefix}lh-ih {
line-height: inherit #{emma-important($emma-important)};
}
-.#{$emma-prefix}lh-0 {
+.#{$emma-prefix}lh0 {
line-height: 0 #{emma-important($emma-important)};
}
-.#{$emma-prefix}lh-1 {
+.#{$emma-prefix}lh1 {
line-height: 1 #{emma-important($emma-important)};
}
-.#{$emma-prefix}lh-2 {
+.#{$emma-prefix}lh2 {
line-height: 2 #{emma-important($emma-important)};
}
-.#{$emma-prefix}lh-3 {
+.#{$emma-prefix}lh3 {
line-height: 3 #{emma-important($emma-important)};
}
-.#{$emma-prefix}lh-4 {
+.#{$emma-prefix}lh4 {
line-height: 4 #{emma-important($emma-important)};
}
-.#{$emma-prefix}lh-5 {
+.#{$emma-prefix}lh5 {
line-height: 5 #{emma-important($emma-important)};
}
-.#{$emma-prefix}lh-6 {
+.#{$emma-prefix}lh6 {
line-height: 6 #{emma-important($emma-important)};
}
.#{$emma-prefix}lh-xs {
line-height: $emma-line-height-xs #{emma-important($emma-important)};