Skip to content

Commit

Permalink
Merge pull request ionic-team#3732 from zoltan-papp/box-sizing-bar
Browse files Browse the repository at this point in the history
Fixed mixin usage for bar elements
  • Loading branch information
mhartington committed May 18, 2015
2 parents 3e1ad48 + 93e00fa commit 6c9bc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
left: 0;
z-index: $z-index-bar;

box-sizing: border-box;
@include box-sizing(border-box);
padding: $bar-padding-portrait;

width: 100%;
Expand Down

0 comments on commit 6c9bc15

Please sign in to comment.