General Principles

Getting Started

If you already have an existing `bower.json` file, run the following command:

bower install --save crubrand

Otherwise, create a bower project. If you are not sure what to enter in the prompts, use the default values (by hitting return):

bower init

After installing the project, install crubrand as a dependency:

bower install --save crubrand

You can change the release number to meet your needs. For more information about release numbers see this project.

When needed you can update cruband using Bower. You may need to change the release number in the bower.json file if you are updating to a new version.

bower update

Once installed, @import into your project’s main scss file:

@import "bower_components/crubrand/crubrand";

You can see a sample project with examples of a basic and more involved way to use crubrand

Menu