maxmx / bootstrap-stylus

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

Error when compiling #46

Closed odensc closed 10 years ago

odensc commented 10 years ago

When compiling into CSS, it gives this error:

mixins.styl:805 801| for i in 1..$grid-columns 802| .col-xs-{i}, .col-sm-{i}, .col-md-{i}, .col-lg-{i} 803| @extend $column-properties 804| > 805| 806| make-grid-col-float(class) 807| .col-{class}-1 808| float left cannot perform $grid-gutter-width / 2 at "$column-properties "