We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c265dc8 commit 4c253daCopy full SHA for 4c253da
1 file changed
_flex-grid-framework.scss
@@ -127,7 +127,7 @@ $column_width: 7.29177%;
127
128
// mixin
129
@mixin mq-offset($number-of-offset) {
130
- $margin-left ($number-of-offset * $column_width) + ((($number-of-offset - 1) * 2) * $margin) + (3 * $margin);
+ margin-left: ($number-of-offset * $column_width) + ((($number-of-offset - 1) * 2) * $margin) + (3 * $margin);
131
}
132
133
// extends the mixin :)
0 commit comments