Skip to main content Skip to docs navigation

Discover what’s included in Arizona Bootstrap, including our compiled and source code flavors.

Compiled Arizona Bootstrap

Once downloaded, unzip the compressed folder and you’ll see something like this:

arizona-bootstrap/
├── css/
│   ├── arizona-bootstrap.css
│   ├── arizona-bootstrap.css.map
│   ├── arizona-bootstrap.min.css
│   └── arizona-bootstrap.min.css.map
└── js/
    ├── arizona-bootstrap.bundle.js
    ├── arizona-bootstrap.bundle.js.map
    ├── arizona-bootstrap.bundle.min.js
    ├── arizona-bootstrap.bundle.min.js.map
    ├── arizona-bootstrap.js
    ├── arizona-bootstrap.js.map
    ├── arizona-bootstrap.min.js
    └── arizona-bootstrap.min.js.map

This is the most basic form of Arizona Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (arizona-bootstrap.*), as well as compiled and minified CSS and JS (arizona-bootstrap.min.*). Source maps (arizona-bootstrap.*.map) are available for use with certain browsers’ developer tools. Bundled JS files (arizona-bootstrap.bundle.js and minified arizona-bootstrap.bundle.min.js) include Popper.

CSS files

Arizona Bootstrap is available as a single option including all of our compiled CSS.

CSS files Layout Content Components Utilities
arizona-bootstrap.css
arizona-bootstrap.min.css
Included Included Included Included

JS files

We have options for including some or all of our compiled JavaScript.

JS Files Popper
arizona-bootstrap.bundle.js
arizona-bootstrap.bundle.min.js
Included
arizona-bootstrap.js
arizona-bootstrap.min.js

Arizona Bootstrap source code

The Arizona Bootstrap source code download includes the compiled CSS and JavaScript assets, along with source Sass, JavaScript, and documentation. More specifically, it includes the following and more:

arizona-bootstrap/
├── dist/
│   ├── css/
│   └── js/
├── site/
│   └──content/
│      └── docs/
│          └── 5.0/
│              └── examples/
├── js/
└── scss/

The scss/ and js/ are the source code for our CSS and JavaScript. The dist/ folder includes everything listed in the compiled download section above. The site/content/docs/ folder includes the source code for our hosted documentation, including our live examples of Arizona Bootstrap usage.

Beyond that, any other included files provide support for packages, license information, and development.