Skip to content

Commit 5bccaef

Browse files
committed
Fix missing object namespace class.
1 parent cbd9fcf commit 5bccaef

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# ratio Changelog
22

3+
## [0.2.1] - 2015-05-19
4+
5+
* Fix missing object namespace class.
6+
37
## [0.2.0] - 2015-04-11
48

5-
* Add utility class: `o-`.
9+
* Add object namespace class `o-`.
610

711
## [0.1.2] - 2015-03-31
812

_object.ratio.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ $tree-enable-ratio--4by3: false !default;
9292
// Modifier: `o-ratio--2by1`
9393
// =========================================================================
9494

95-
.#{$tree-ratio-namespace}ratio--2by1 {
95+
.#{$tree-ratio-namespace}o-ratio--2by1 {
9696
padding-bottom: 50%;
9797
}
9898

@@ -103,7 +103,7 @@ $tree-enable-ratio--4by3: false !default;
103103
// Modifier: `o-ratio--16by9`
104104
// =========================================================================
105105

106-
.#{$tree-ratio-namespace}ratio--16by9 {
106+
.#{$tree-ratio-namespace}o-ratio--16by9 {
107107
padding-bottom: 56.25%;
108108
}
109109

@@ -114,7 +114,7 @@ $tree-enable-ratio--4by3: false !default;
114114
// Modifier: `o-ratio--4by3`
115115
// =========================================================================
116116

117-
.#{$tree-ratio-namespace}ratio--4by3 {
117+
.#{$tree-ratio-namespace}o-ratio--4by3 {
118118
padding-bottom: 75%;
119119
}
120120

0 commit comments

Comments
 (0)