Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lojaskd/karin-css

:nail_care: SASS library built to provide basic styles, CSS components, and fast static prototyping for lojaskd
https://github.com/lojaskd/karin-css

bower css gulp gulp-js javascript karin lojaskd sass sassdoc

Last synced: 2 months ago
JSON representation

:nail_care: SASS library built to provide basic styles, CSS components, and fast static prototyping for lojaskd

Awesome Lists containing this project

README

        

# Karin CSS [![Build Status](https://travis-ci.org/lojaskd/karin-css.svg?branch=master)](https://travis-ci.org/lojaskd/karin-css) [![Code Climate](https://codeclimate.com/github/lojaskd/karin-css/badges/gpa.svg)](https://codeclimate.com/github/lojaskd/karin-css)

> Karin is a SASS library built to provide basic styles, CSS components,
> and fast static prototyping for [lojaskd.com.br](https://www.lojaskd.com.br/).

## Installation and Quick start

```bash
yarn add lojaskd/karin-css
```

**In your sass project**

```sass
@import "node_modules/@lkd/karin-css/sass/karin"
```

Enjoy! :joy:

## Support

Please [open an issue](https://github.com/lojaskd/karin-css/issues/new) for support.

## Contributing

Please contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/lojaskd/karin-css/compare?expand=1).
Contributing

1. Fork it!
2. Create your feature branch: git checkout -b my-new-feature
3. Commit your changes: git commit -m 'Add some feature'
4. Push to the branch: git push origin my-new-feature
5. Submit a pull request :D

## History

See [Releases](https://github.com/lojaskd/karin-css/releases) for detailed changelog.

## Copyright and License

Code is under [MIT License](/LICENSE) - © [LojasKD.com.br](https://www.lojaskd.com.br/)