pourover
Version:
A library for simple, fast filtering and sorting of large collections in the browser
28 lines (17 loc) • 1.19 kB
Markdown
Axis
----
[](http://badge.fury.io/js/axis)
[](https://travis-ci.org/jenius/axis)
[](https://gemnasium.com/jenius/axis)
Axis is a sizeable css utility library built on top of [stylus](https://github.com/LearnBoost/stylus) and [nib](http://visionmedia.github.io/nib/).
> **Note:** This project is in early development, and versioning is a little different. [Read this](http://markup.im/#q4_cRZ1Q) for more details. Axis will not go to v1.0 until stylus has done so.
### Installation
You can install axis through npm, as such:
```
npm install axis --save
```
### Documentation
You can find [full documentation for axis here](http://axis.netlify.com). This includes usage instructions for integration with gulp, grunt, express, and more, as well as detailed and permalink-able documentation for each mixin that axis offers.
### Miscellaneous
- Details on the license [can be found here](license.md)
- Details on running tests and contributing [can be found here](contributing.md)