# flexi-js

A lightweight CSS blocking system, designed to be simple.  This has been designed
only to provide a few common things, while simplifying the box model, and some
some common pitfalls that everyone falls into when trying to design a Responsive
site.

Also contains a small library of commonly used things that support the features:
- DropDown (for hamburger menus)
- Modal (for .. modal)

## Installation

`npm install`

## Notes

This is ideally meant to get included into your build.  You COULD use the pieces
in the build/ folder for convenience if you just want to include in your html:

A es5 minified js source is ready in `build/js/flexi.js`.

`build/css/flexi.css` for a fully build sass if you want to use pre-configured

## Using in es2015 projects
