maxmx / bootstrap-stylus

Port of Bootstrap to Stylus
MIT License
585 stars 113 forks source link

Grid layout breaks on version 3.1.1 and stylus 0.46.0 #48

Closed daniele-rapagnani closed 10 years ago

daniele-rapagnani commented 10 years ago

The grid system seems to be broken due to a different behavior of the @extend function in stylus 0.46.0.

In the make-grid-col-float mixin, you define columns 2-12 as extending column 1. This is now applied correctly in the rest of the code, so that when you define the first column's width with the make-grid mixin, all other columns inherit it, resulting in all of them having a width of 8.3333333333333%.

Downgrading stylus to 0.45.1 seems to be the only way to make the grid system work again atm.

cloud-walker commented 10 years ago

+1

rooc commented 10 years ago

+1

enzy commented 10 years ago

+1

hiddentao commented 10 years ago

+1