anjlab / bootstrap-rails

Twitter Bootstrap CSS (with Sass flavour) and JS toolkits for Rails 3 projects
https://github.com/anjlab/bootstrap-rails
729 stars 96 forks source link

No span+number for layout, like span5 #43

Closed latpaw closed 11 years ago

latpaw commented 11 years ago

why there is no span and span2 to span 12 in the scss files. Is it designed to remove them?

yury commented 11 years ago

Yep, http://getbootstrap.com/css/#grid

renamed to .col-X, .col-sm-X, .col-lg-X

latpaw commented 11 years ago

thanks.