Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(style): fix invalid flex properties
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmukler committed Oct 28, 2014
1 parent 0541c7f commit c1d9b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/style/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
}

@mixin layout-preset($value) {
flex: 0, 0, $value;
flex: 0 0 $value;
max-width: $value;
}

Expand Down

0 comments on commit c1d9b5a

Please sign in to comment.