Skip to main content Skip to docs navigation

Download Arizona Bootstrap to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm.

Source files

Compile Arizona Bootstrap with your own asset pipeline by downloading our source Sass, JavaScript, and documentation files. This option requires some additional tooling:

  • Sass compiler for compiling Sass source files into CSS files
  • Autoprefixer for CSS vendor prefixing

Should you require our full set of build tools, they are included for developing Arizona Bootstrap and its docs, but they’re likely unsuitable for your own purposes.

Download source

Arizona Digital CDN

Skip the download with the Arizona Digital CDN to deliver a cached version of Arizona Bootstrap’s compiled CSS and JS to your project.

<link href="https://cdn.digital.arizona.edu/lib/arizona-bootstrap/5.0.0-beta1/css/arizona-bootstrap.min.css" rel="stylesheet" integrity="sha384-o78fK9PEe9DwmhQ2PJ7ARBZ72xvabK9E3qRKlDWmqj8owxv/Dkt6I/FX5yz5Dc7a" crossorigin="anonymous">
<script src="https://cdn.digital.arizona.edu/lib/arizona-bootstrap/5.0.0-beta1/js/arizona-bootstrap.bundle.min.js" integrity="sha384-vbXVj+FUAs66UPu/h/9vhX7myN5luvBXXXUdhZOIk6aBue1AdiKtAoMgdeiw5ZR4" crossorigin="anonymous"></script>

If you’re using our compiled JavaScript and prefer to include Popper separately, add Popper before our JS, via a CDN preferably.

<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.digital.arizona.edu/lib/arizona-bootstrap/5.0.0-beta1/js/arizona-bootstrap.min.js" integrity="sha384-I78t+30W1dkffFfUAyIq4+naXFVl0wsEOZnnriuixJaeQFrMA7gHqGqq0ZUia5NG" crossorigin="anonymous"></script>

Package managers

Pull in Arizona Bootstrap’s source files into nearly any project with some of the most popular package managers. No matter the package manager, Arizona Bootstrap will require a Sass compiler and Autoprefixer for a setup that matches our official compiled versions.

npm

Install Arizona Bootstrap in your Node.js powered apps with the npm package:

npm install https://github.com/az-digital/arizona-bootstrap

The arizona-bootstrap module does not export any plugins.

Arizona Bootstrap’s package.json contains some additional metadata under the following keys:

  • sass - path to Arizona Bootstrap’s main Sass source file
  • style - path to Arizona Bootstrap’s non-minified CSS that’s been compiled using the default settings (no customization)

yarn

Install Arizona Bootstrap in your Node.js powered apps with the yarn package:

yarn add https://github.com/az-digital/arizona-bootstrap