alademann / bootstrap

This project has been superceeded by an official Bootstrap Sass port. Please use: https://github.com/twbs/bootstrap-sass
Apache License 2.0
185 stars 29 forks source link

Inconsistencies with original Bootstrap 3 #2

Closed Lomacar closed 11 years ago

Lomacar commented 11 years ago

Somehow there are a bunch of old 2.x class names in the CSS, like btn-large, instead of btn-lg. And the the glyphicon fonts are like "glyphiconshalflings-regular.eot" when they should be "glyphicons-halflings-regular.eot". Missing a dash.

aaronlademann-wf commented 11 years ago

@Lomacar I built current version of this library back when Bootstrap 3 was still in alpha. They made some pretty sweeping changes as they moved towards RC1 and RC2, and as of right now, I don't have enough time on my hands to get it all updated.

In the spirit of open source, however - we obviously accept pull requests if you'd like to contribute.

Lomacar commented 11 years ago

OK. Unfortunately I don't know what pull requests are or how to use GitHub, so...

alonextou commented 11 years ago

Here you go @Lomacar http://www.codeschool.com/courses/git-real

alademann commented 11 years ago

@Lomacar @awc737 I am working to get this project up-to-speed with all the changes that were made leading up to twbs' 3.0.0 release... I've begun work and you can monitor progress on this branch

alademann commented 11 years ago

@Lomacar @awc737 repo is now up to date with twbs 3.0.0. You can install this as a bower package now by running

npm install bower -g

bower install alademann-sass-bootstrap

from whatever directory you want to use sass-bootstrap in as a component.

Checkout README for more information.