Build responsive, mobile-first projects on the web with the University of Arizona's customized Bootstrap.
Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.
A team of web-focused volunteers known as Arizona Digital meets weekly to build and test products like Arizona Bootstrap and Arizona Quickstart. Contributions are what keep Arizona Bootstrap moving and improving, and are in everyone's best interest.
Please refer to the Contributing doc.
Arizona Bootstrap is a customization of the Bootstrap frontend toolkit, organized as two different versions.
The version under active development is based on upstream Bootstrap v5
- The code is on the main branch in the repository.
- A review site showing the latest build (generally more recent than any release) is at https://review.digital.arizona.edu/arizona-bootstrap/main/
A version of Arizona Bootstrap supporting many currently active uses is based on upstream Bootstrap v4 (the numbering of Arizona Bootstrap versions changed, so this is version 2, and there is no Arizona Bootstrap 4)
- The code is on the 2.x branch in the repository.
- A review site with fully functional documentation is at https://review.digital.arizona.edu/arizona-bootstrap/2.x/
This project is tested with BrowserStack.
Arizona Digital maintains a CDN for easy inclusion of Arizona Bootstrap assets in your project.
The CDN is updated automatically during the following scenarios:
- A pull request is merged into the
mainbranch of this repository - A pull request is merged into the
2.xbranch of this repository - A new release is created on the
mainor2.xbranch.
The URL structure for the CDN is as follows:
https://cdn.digital.arizona.edu/lib/arizona-bootstrap/<version bucket>/<asset type>/<filename>
mainDeprecated as of2.0.202.xDevelopment version of Arizona Bootstrap 25.xDevelopment version of Arizona Bootstrap 5- A release version number, Example:
2.0.19See the release page for a full list of possible options. Remove thevfrom the version number. latest-2.xThe latest tagged version of Arizona Bootstrap 2latest-5.xThe latest tagged version of Arizona Bootstrap 5latestDeprecated as of2.0.20
NOTE: main is deprecated and will no longer be updated as of v2.0.20 - to
use the latest development version of the 2.x branch use 2.x
NOTE: latest is deprecated and will no longer be updated as of v2.0.20 -
to use the latest tagged version of the 2.x branch use latest-2.x
All tagged releases on the main branch will:
- Update
latest-5.xbucket - Create a new bucket for the version that was released. Example:
5.0.0
All tagged releases on the 2.x branch will:
- Update
latest-2.xbucket - Create a new bucket for the version that was released. Example:
2.0.20
All code merged into the main branch will update the 5.x bucket.
All code merged into the 2.x branch will update the 2.x bucket.
cssjs
Examples:
arizona-bootstrap.min.cssarizona-bootstrap.css
See the docs for more information about the recommended version for your projects.