Skip to content

Commit

Permalink
Catch last unhandled flex attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kball committed Apr 8, 2016
1 parent bb41a79 commit 11003c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/util/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@
display: table;
@if $global-flexbox {
flex-basis: 0;
order: 1;
}
order: 1;
}

&::after {
Expand Down

0 comments on commit 11003c2

Please sign in to comment.