[PSA] Codepen's Quick-add Bootstrap 4 only adds the grid classes

If ever you’re going to use Bootstrap 4 in Codepen for the projects, please be aware that the Quick-add option for Bootstrap 4 adds only bootstrap-grid.css, not the entire library.

To use the full library, in the CSS settings, replace bootstrap-grid.css with bootstrap.min.css.

Happy coding :slight_smile:

3 Likes

Don’t forget to add jQuery and Bootstrap 4 to the JavaScript settings on CodePen.

It’s especially important to add the jQuery before the bootstrap.
i did:

  • 1st jQuery
  • 2nd Poppster
  • 3rd jQuery
    But I’m using BS3 soooo…