Skip to content

Commit

Permalink
remove a random hadouken class and removed the float left form column…
Browse files Browse the repository at this point in the history
…s since neat already does this for us
  • Loading branch information
John Koht committed Mar 31, 2014
1 parent ef6f50a commit e18ebb1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/assets/stylesheets/manhattan/_mixins.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
@mixin grid-core($size)
@for $i from 1 through $grid-columns
.col-#{$size}-#{$i}
// Ignore float for the largest grid size
@if $i < $grid-columns
float: left
@include span-columns($i)


Expand Down

0 comments on commit e18ebb1

Please sign in to comment.