# Blank

Minimal, Device agnostic & responsive barebone framework.

_In beta_

The main principles behind this are:

* Reusable
* Maintainable
* Predictable
* Scalable

### Browser support

* IE 9+
* Firefox
* Safari 6+
* Chrome
* Opera

### Installation

#### Prerequisites
* Sass 3.3 `$ gem install sass`
* Nodejs `$ brew install node` _Using [Homebrew](http://brew.sh/)_
* Gulp `$ npm install --global gulp`

```shell
$ git clone https://github.com/ahmedelgabri/blank.git
$ cd blank/
$ bundle install && npm install
$ gulp # This will list all the available tasks.
```

### Build on top of these methodologies
* [OOCSS](https://github.com/stubbornella/oocss)
* [BEM](http://bem.info/method/)
* [Namespacing](http://gabri.me/2013/08/global-scope-namespacing-css/)

### Inspired by the work of
* [Nicolas Gallagher](https://twitter.com/necolas)
* [Nicole Sullivan](https://twitter.com/stubbornella)
* [Jonathan Snook](https://twitter.com/snookca)
* [Harry Roberts](https://twitter.com/csswizardry)

### LICENSE & COPYRIGHT
The source code and documentation for Blank is licensed under the incredibly permissive [MIT License](http://opensource.org/licenses/MIT).

Copyright © [Ahmed El Gabri](http://gabri.me) | [@ahmedelgabri](http://twitter.comahmedelgabri)
