Tim
Tim

Reputation: 2715

Twitter Bootstrap LESS compilation missing styles

So I have looked at the navbar component of tb and it has navbar-inner class However when I download version 3 of tb from git hub and manually compile LESS folder those styles are not available in fact lots of styles not available is there is something that I'm missing?

When I compile LESS I compile main file (which is bootstrap.less) that has all the imports.

Would be interesting to know what I'm missing. Any ideas appreciated.

Upvotes: 1

Views: 347

Answers (1)

Sean Ryan
Sean Ryan

Reputation: 6056

Version 3 dropped the navbar-inner class. The docs you are referencing are from the 2.x branch. See http://getbootstrap.com for the v3 docs, and more specifically http://getbootstrap.com/getting-started/#migration for what has changed from the 2.x branch to 3.

Upvotes: 1

Related Questions