Codepen using bootstrap 4.0

codepen is providing Bootstrap 4.0 while there are comparatively few help available for Bootstrap 4.0 than Bootstrap 3.3 on the internet.
should I still use codepen for projects?

What kind of help are you not finding? Most of it is interchangeable.

@iamatikant I did find that to be the issue with using bootstrap 4.0 a few weeks ago. However now, Bootstrap does have documentation online about how to use their classes and such. Its not as extensive as the documentation for Bootstrap 3, but it’s still there.

Here’s the link if you want it: https://v4-alpha.getbootstrap.com

  • Nao

You can easily change the default Bootstrap link that codepen inserts to version 3. Just change 4.0.0-alpha.6 to 3.3.7 (or any other version) in the link.

1 Like

Yeah, just use Bootstrap 3.37… 4 isnt hard coded into using Codepen, just change out the link and you’re set.