# Isotope

[![Build Status](https://travis-ci.org/webstronauts/isotope.svg?branch=master)](https://travis-ci.org/webstronauts/isotope)

The Atomic CSS toolkit to build upon.

## How to use

### Use the CDN

The quickest and easiest way to include Isotope into your project is to add a
reference to the minified version to the head of your HTML;

```html
<link rel="stylesheet" href="//unpkg.com/isotope/dist/isotope.min.css">
```

### Local installation

Add the package as dependency;

```
npm install isotope --save
```

## Inspiration

We're not re-inventing the wheel here. The inspiration for this toolkit comes
from a couple of other awesome projects;

- http://basscss.com
- http://buildwithbeard.com
- http://tachyons.io
- https://marvelapp.com/styleguide

## Author

Robin van der Vleuten ([@robinvdvleuten](https://twitter.com/robinvdvleuten))

## License

MIT © [The Webstronauts](https://www.webstronauts.co)
