Bootstrap default pagination CSS won't load

I’m trying to use the default Bootstrap 4 .pagination classes to style my pagination on the WP archives.

The HTML is exactly as Bootstrap 4 docs say it should be. But the CSS isn’t loading. It appears that the _pagination.scss file has been heavily modified from the original Bootstap file.

What can I do to fix this?

Fixed it.

If you find this, make sure you are on the right Bootstrap documentation page. I was looking at the Bootstrap 3 docs and not the Bootstrap 4 (which is in alpha) docs.

I had to make sure the “.page-link” and “.page-item” classes were being added to the correct elements.