az-digital/arizona-bootstrap

University of Arizona theme for Bootstrap.

Installs: 50 635

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 20

Forks: 0

Language:CSS

Type:drupal-library


README

Composer package that contains the dist version of Arizona Bootstrap assets for use by PHP / Drupal projects.

Instructions for non-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"
        ]
    }
}