Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS Bootstrap 4 Basics (Retired) Getting to Know Bootstrap 4 Rapid Development with Bootstrap

What is better the bootstrap or the alpha one ? I see things like "text-sm-center" and "p-t-3" only works in the alpha

Willing to make a custom theme for my wordpress site

1 Answer

Kevin Korte
Kevin Korte
28,148 Points

Sure, Bootstrap 4 still in alpha made major, breaking changes to it's framework compared to Bootstrap 3, which is still the current stable version of bootstrap released.

So ones not inherently "better" than the other, they're just an evolution of each other. Bootstrap 4 provides a new style, and so new features.

Something to pay attention to is that I don't believe bootstrap 4 even has a release candidate out yet, which means that bootstrap 4 could, and likely will still have changes made to it before it's first official release.

With that said, you can use B4 today if you're willing to stay diligent in tracking those changes, and understand that you may not simply be able to just "update" your bootstrap files without risking that something broke.