Reputation: 479
I develop a web using my own StyleSheets.. now what's an easy way to add twitter bootstrap in it?
Upvotes: 0
Views: 3462
Reputation: 2063
Bootstrap is a collection of style sheets and JS scripts that you can simply plugin to your website. Its implementation really depends on what features you want to use for your website. If you want to use the styleshees and re-write your website DOM structure to be responsive OR grid based, then you should include the CSS files, find the methodology under scaffolding.
You can also use the modals, sliders available within Bootstrap by including the bootstrap.js file. Find instructions under the Javascript Section..
Additionally, you should look at their examples.
Upvotes: 3
Reputation: 10346
You could have a look at the examples they provide.
Upvotes: 2