File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# ratio Changelog
2
2
3
+ ## [ 0.2.1] - 2015-05-19
4
+
5
+ * Fix missing object namespace class.
6
+
3
7
## [ 0.2.0] - 2015-04-11
4
8
5
- * Add utility class: ` o- ` .
9
+ * Add object namespace class ` o- ` .
6
10
7
11
## [ 0.1.2] - 2015-03-31
8
12
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ $tree-enable-ratio--4by3: false !default;
92
92
// Modifier: `o-ratio--2by1`
93
93
// =========================================================================
94
94
95
- .#{$tree-ratio-namespace } ratio--2by1 {
95
+ .#{$tree-ratio-namespace } o- ratio--2by1 {
96
96
padding-bottom : 50% ;
97
97
}
98
98
@@ -103,7 +103,7 @@ $tree-enable-ratio--4by3: false !default;
103
103
// Modifier: `o-ratio--16by9`
104
104
// =========================================================================
105
105
106
- .#{$tree-ratio-namespace } ratio--16by9 {
106
+ .#{$tree-ratio-namespace } o- ratio--16by9 {
107
107
padding-bottom : 56.25% ;
108
108
}
109
109
@@ -114,7 +114,7 @@ $tree-enable-ratio--4by3: false !default;
114
114
// Modifier: `o-ratio--4by3`
115
115
// =========================================================================
116
116
117
- .#{$tree-ratio-namespace } ratio--4by3 {
117
+ .#{$tree-ratio-namespace } o- ratio--4by3 {
118
118
padding-bottom : 75% ;
119
119
}
120
120
You can’t perform that action at this time.
0 commit comments