What's in the brAND folder and what does it do?

## Pre-compiled CSS

If you have no need to compile the SASS then you can simply import the pre-compiled CSS. We recommend copying these files into your
own development environment.

```html
// entire library
<link href="css/brand.css">
<link href="css/brand.min.css">
```
or
```
// simple components
<link href="css/brand-components.css">
<link href="css/brand-components.min.css">
```
