Skip to content

Commit

Permalink
Update _grid.scss
Browse files Browse the repository at this point in the history
更改%float-left为%float
  • Loading branch information
marvin1023 committed Sep 15, 2014
1 parent 766e78a commit 4e70941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ $gridSpanSwitch: false !default;
@if $gridSpanSwitch {
@for $i from 1 through $gridColumns {
.span#{$i} {
@extend %float-left;
@extend %float;
@extend %margin-gutter;

width:getWidth($i);
Expand Down

0 comments on commit 4e70941

Please sign in to comment.