Composer package that contains the dist version of Arizona Bootstrap assets for use by PHP / Drupal projects.
If using this package in a non-Drupal project, you may want to add the following configuration to your project's composer.json file:
{
"extra": {
"installer-disable": [
"drupal"
]
}
}