CDN Resources for bootstrap-sass
Various ways to access bootstrap-sass via Content Delivery Networks
Package Installation
npm
npm install bootstrap-sass
yarn
yarn add bootstrap-sass
pnpm
pnpm add bootstrap-sass
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/bootstrap-sass"></script>
Unpkg
<script src="https://unpkg.com/bootstrap-sass"></script>
jsDelivr ESM
<script type="module">
import bootstrapsass from 'https://cdn.jsdelivr.net/npm/bootstrap-sass/+esm';
</script>
Skypack
<script type="module">
import bootstrapsass from 'https://cdn.skypack.dev/bootstrap-sass';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages