khosrow
khosrow

Reputation: 9299

Twitter Bootstrap and Bootstrap-Xtra

If you opt to use Bootstrap-Xtra, are you supposed to include the original bootstrap.css as well, or is the bootstrap-xtra.css supposed to be a complete replacement.

For example the progress bar CSS styles do not exist in bootstrap-xtra.

Upvotes: 2

Views: 1599

Answers (3)

Adam Grant
Adam Grant

Reputation: 13105

You should try Kickstrap instead.

This also includes Bootstrap at its core, but it's layered, so you can continuously update Bootstrap throughout its development even if you don't upgrade Kickstrap itself. Having this also provides extension for "apps," themes, and hacks for things like replacing the glyphicons with Font Awesome.

Upvotes: 3

Ryan McDonough
Ryan McDonough

Reputation: 10012

Bootstrap Xtra was perfect for the 1.x release of bootstrap, however since the 2.0.x releases alot of that functionality has been added in, also you will face quite a few differences in selectors as bootstrap xtra wasn't primarily written for 2.0.x.

Basically, Bootstrap Xtra won't provide any extra functionality on top the latest version of Bootstrap (2.0.4) except different colours for icons; however I would suggest using the http://fortawesome.github.com/Font-Awesome/ replacement, as that turns the icons into a font, which scale easily.

Upvotes: 2

baptme
baptme

Reputation: 10092

Bootstrap xtra is meant to replace, but is based on 7month+ old version of twitter bootstrap. Since new functionality have been added on twitter bootstrap.

Upvotes: 5

Related Questions