Skip to content

Commit

Permalink
Flow 'treble' used the wrong modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-set-studio committed Oct 1, 2017
1 parent d540be0 commit b99daf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-end/scss/project/components/_flow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $flow__property: "margin";
&--treble {

> * + * {
#{ $flow__property }-#{ nth($direction, 2) }: $rhythm--double;
#{ $flow__property }-#{ nth($direction, 2) }: $rhythm--treble;
}
}
}
Expand Down

0 comments on commit b99daf7

Please sign in to comment.