<!--
name: README.md
description: This file contains important information for the repository.
author: style-cheat.io
contact: hello@style-cheat.io
license: BSD-3-Clause
-->

<!-- github shields -->
[![Github (tag)](https://img.shields.io/github/tag/style-cheat/css.svg)](https://github.com/style-cheat/css/tags)
[![Github (license)](https://img.shields.io/github/license/style-cheat/css.svg)](https://github.com/style-cheat/css/blob/master/LICENSE)
[![Github (issues)](https://img.shields.io/github/issues/style-cheat/css.svg)](https://github.com/style-cheat/css/issues)
[![Github (pull requests)](https://img.shields.io/github/issues-pr/style-cheat/css.svg)](https://github.com/style-cheat/css/pulls)
<!-- travis shields -->
[![Travis (com)](https://img.shields.io/travis/com/style-cheat/css.svg)](https://travis-ci.com/style-cheat/css)
<!-- cdn shields -->
[![jsDelivr hits (GitHub)](https://img.shields.io/jsdelivr/gh/hm/style-cheat/css.svg)](https://www.jsdelivr.com/package/gh/style-cheat/css)

# Style-Cheat (CSS)

Just another CSS Framework.

## Motivation

Having fun coding and learning was the key motivation to write "just another
CSS Framework".

## Description

You always wanted to cheat a bit, when developing your website?
"Style-Cheat CSS" provides the code you need. The framework is very minimal per
design to reduce loading times (only 6kb, <2kb compressed). Modularity will
allow you, to bring only the tools, you really need. Disable everything else!
Mobile First and Responsive Elements will ensure that your website fits for all
modern devices. The code is also easy to learn, so you can focus on your website
and not on the framework.

## Installation

### Download

You can also download the latest release from
[here](https://github.com/style-cheat/css/releases).

### Use a CDN

Style-Cheat CSS is available at jsdelivr CDN.

```
<!-- Use Style-Cheat CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/style-cheat/css@1.0/dist/style-cheat.css" />

<!-- Use Style-Cheat CSS (minified) -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/style-cheat/css@1.0/dist/style-cheat.min.css" />
```

## Testing

Testing is currently limited to linting the code via
[sass-lint](https://github.com/sasstools/sass-lint).

Automated testing is done with [Travis CI](https://travis-ci.com).

## Contribute

Thank you so much for considering to contribute. We are very happy, when somebody
is joining the hard work. Please fell free to open
[Bugs, Feature Requests](https://github.com/style-cheat/css/issues)
or [Pull Requests](https://github.com/style-cheat/css/pulls) after
reading the [Contribution Guideline](https://github.com/while-true-do/doc-library/blob/master/docs/CONTRIBUTING.md).

See who has contributed already in the [kudos.txt](./kudos.txt).

## License

This work is licensed under a [BSD-3-Clause License](https://opensource.org/licenses/BSD-3-Clause).

## Contact

-   Site <https://style-cheat.io>
-   Twitter <https://twitter.com/wtd_news>
-   Code <https://github.com/style-cheat>
-   Mail [hello@style-cheat.io](mailto:hello@style-cheat.io)
-   IRC [freenode, #while-true-do](https://webchat.freenode.net/?channels=while-true-do)
-   Telegram <https://t.me/while_true_do>
