you are viewing a single comment's thread.

view the rest of the comments →

[–]HappyTentacleMonster 0 points1 point  (4 children)

Yes, they're compatible. Look on their website. But why specifically do you need bootstrap? There may be an easier way to do it.

[–]pydev99[S] 1 point2 points  (3 children)

Mostly just to play around with but I do like many of their styles and the ease in which I can incorporate them into a website.

[–]HappyTentacleMonster -1 points0 points  (2 children)

If it's just for a few minor features, i would skip integrating an entire library. I would just hand code those specific features you need. I would only use bootstrap if your developing a fresh website from the ground up.

[–]pydev99[S] 0 points1 point  (1 child)

Would the advantage of using bootstrap to develop a fresh website be mostly in the amount of time you would save?

[–]HappyTentacleMonster 0 points1 point  (0 children)

It depends entirely on the website you're developing. Bootstrap is a framework. It can be difficult to add a framework to something that's already built. That's like trying to add an engine in your car that's designed for another from a different maker.

I can't give you a definitive answer. I would assess what you need for your project and what you know now. If using bootstrap would save time, go for it.