Skip to content

Commit 4c253da

Browse files
committed
fix margin-left in sass version
1 parent c265dc8 commit 4c253da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_flex-grid-framework.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ $column_width: 7.29177%;
127127

128128
// mixin
129129
@mixin mq-offset($number-of-offset) {
130-
$margin-left ($number-of-offset * $column_width) + ((($number-of-offset - 1) * 2) * $margin) + (3 * $margin);
130+
margin-left: ($number-of-offset * $column_width) + ((($number-of-offset - 1) * 2) * $margin) + (3 * $margin);
131131
}
132132

133133
// extends the mixin :)

0 commit comments

Comments
 (0)