vendor/assets/stylesheets/emma.css/sass/rules/_display.scss in emma-css-rails-0.9.0.0 vs vendor/assets/stylesheets/emma.css/sass/rules/_display.scss in emma-css-rails-0.10.0.0
- old
+ new
@@ -1,96 +1,60 @@
+.#{$emma-prefix}d-i {
+ display: inline #{emma-important($emma-important)};
+}
+
.#{$emma-prefix}d-n {
display: none #{emma-important($emma-important)};
}
.#{$emma-prefix}d-b {
display: block #{emma-important($emma-important)};
}
-.#{$emma-prefix}d-f {
- display: flex #{emma-important($emma-important)};
-}
-
-.#{$emma-prefix}d-if {
- display: inline-flex #{emma-important($emma-important)};
-}
-
-.#{$emma-prefix}d-i {
- display: inline #{emma-important($emma-important)};
-}
-
.#{$emma-prefix}d-ib {
display: inline-block #{emma-important($emma-important)};
}
-.#{$emma-prefix}d-li {
- display: list-item #{emma-important($emma-important)};
+.#{$emma-prefix}d-fx {
+ display: flex #{emma-important($emma-important)};
}
-.#{$emma-prefix}d-ri {
- display: run-in #{emma-important($emma-important)};
+.#{$emma-prefix}d-ifx {
+ display: inline-flex #{emma-important($emma-important)};
}
-.#{$emma-prefix}d-cp {
- display: compact #{emma-important($emma-important)};
-}
-
.#{$emma-prefix}d-tb {
display: table #{emma-important($emma-important)};
}
.#{$emma-prefix}d-itb {
display: inline-table #{emma-important($emma-important)};
}
-.#{$emma-prefix}d-tbcp {
- display: table-caption #{emma-important($emma-important)};
-}
-
-.#{$emma-prefix}d-tbcl {
- display: table-column #{emma-important($emma-important)};
-}
-
-.#{$emma-prefix}d-tbclg {
- display: table-column-group #{emma-important($emma-important)};
-}
-
.#{$emma-prefix}d-tbhg {
display: table-header-group #{emma-important($emma-important)};
}
.#{$emma-prefix}d-tbfg {
display: table-footer-group #{emma-important($emma-important)};
}
-.#{$emma-prefix}d-tbr {
- display: table-row #{emma-important($emma-important)};
-}
-
.#{$emma-prefix}d-tbrg {
display: table-row-group #{emma-important($emma-important)};
}
+.#{$emma-prefix}d-tbr {
+ display: table-row #{emma-important($emma-important)};
+}
+
.#{$emma-prefix}d-tbc {
display: table-cell #{emma-important($emma-important)};
}
-.#{$emma-prefix}d-rb {
- display: ruby #{emma-important($emma-important)};
+.#{$emma-prefix}d-li {
+ display: list-item #{emma-important($emma-important)};
}
-.#{$emma-prefix}d-rbb {
- display: ruby-base #{emma-important($emma-important)};
-}
-
-.#{$emma-prefix}d-rbbg {
- display: ruby-base-group #{emma-important($emma-important)};
-}
-
-.#{$emma-prefix}d-rbt {
- display: ruby-text #{emma-important($emma-important)};
-}
-
-.#{$emma-prefix}d-rbtg {
- display: ruby-text-group #{emma-important($emma-important)};
+.#{$emma-prefix}d-ih {
+ display: inherit #{emma-important($emma-important)};
}