Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lojaskd/karin-css
- Owner: lojaskd
- License: mit
- Created: 2016-12-24T14:08:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T19:00:57.000Z (over 7 years ago)
- Last Synced: 2024-09-29T06:42:08.246Z (3 months ago)
- Topics: bower, css, gulp, gulp-js, javascript, karin, lojaskd, sass, sassdoc
- Language: CSS
- Homepage: https://lojaskd.github.io/karin-css/
- Size: 582 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).
Contributing1. 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/)