# Eve

[![Build Status](https://travis-ci.org/kanbanize/eve.svg?branch=master)](https://travis-ci.org/kanbanize/eve)
[![npm version](https://img.shields.io/npm/v/evecss.svg)](https://www.npmjs.com/package/evecss)

<a href="https://kanbanize.github.io/eve">
    <img src="https://raw.githubusercontent.com/kanbanize/eve/master/docs/website/assets/images/cover.png" alt="EveCSS">
</a>

---

## Installation

### npm

```sh
npm install evecss
```

### Yarn

```sh
yarn add evecss
```

## Documentation

Eve's documentation, included in this repo in the ```docs``` directory, is publicly hosted on GitHub Pages at https://kanbanize.github.io/eve. The docs may also be run locally.

## Compatibility

Eve uses [Autoprefixer](https://github.com/postcss/autoprefixer) to make modern css features compatible with earlier browser versions.

![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_24x24.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_24x24.png) | ![Edge](https://raw.github.com/alrra/browser-logos/master/src/edge/edge_24x24.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/src/safari/safari_24x24.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/src/opera/opera_24x24.png) | ![IE](https://raw.github.com/alrra/browser-logos/master/src/archive/internet-explorer_9-11/internet-explorer_9-11_24x24.png)
--- | --- | --- | --- | --- | --- |
Latest | Latest | Latest | Latest | Latest | Partially |

## Versioning

Eve is maintained by using the [Semantic Versioning Specification (SemVer)](http://semver.org).

## Contributing

[Pull requests](https://github.com/kanbanize/eve/blob/master/.github/PULL_REQUEST_TEMPLATE.md) are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/kanbanize/eve/blob/master/LICENSE) file for details.
