An open API service indexing awesome lists of open source software.

https://github.com/andersschmidthansen/ash-css-toolkit

Additional functional CSS classes to accompany Basscss.
https://github.com/andersschmidthansen/ash-css-toolkit

basscss functional-css

Last synced: 27 days ago
JSON representation

Additional functional CSS classes to accompany Basscss.

Awesome Lists containing this project

README

        

# ash-css-toolkit [![Build Status](https://secure.travis-ci.org/AndersSchmidtHansen/ash-css-toolkit.svg?branch=master)](https://travis-ci.org/AndersSchmidtHansen/ash-css-toolkit) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)

Additional functional CSS classes to accompany Basscss.

## Installation

```bash
npm install --save ash-css-toolkit
```

## Usage

```javascript
@import 'path/to/ash-css-toolkit'
```

## License

MIT

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Crafted with <3 by Anders Schmidt Hansen ([@lichine](https://twitter.com/lichine)).

***

> This package was initially generated with [yeoman](http://yeoman.io) and the [p generator](https://github.com/johnotander/generator-p.git).