<p>
  <a href="https://anovi.github.io/setka/">
    <img src="https://anovi.github.io/setka/logo.svg" alt="Setka logo" height=72>
  </a>

  <p>
    CSS library with responsive grid layout, baseline grid, and useful utilities.
    <br>
    <a href="https://anovi.github.io/setka/start"><strong>Read the docs »</strong></a>
  </p>
</p>

## Download or install

Copy-paste the stylesheet `<link>` into your `<head>` before all other stylesheets to load our CSS.

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/setka@0.1.2/dist/setka.min.css" crossorigin="anonymous">
```

These download options are available:

- [Download compiled CSS](https://github.com/anovi/setka/releases/download/v0.1.2/setka-0.1.2-dist.zip)
- [Download source files](https://github.com/anovi/setka/archive/v0.1.2.zip)
- Install with [npm](https://www.npmjs.com/): `npm install setka`
- Clone the repo: `git clone https://github.com/anovi/setka.git`

Read the [Getting started page](https://anovi.github.io/setka/start) for information.

## Bugs and feature requests

Have a bug, problem or a feature request? [please open a new issue](https://github.com/anovi/setka/issues/new).


## Running documentation locally

1. Clone the repo: `git clone https://github.com/anovi/setka.git`
2. Install dependencies: `npm install`
3. Run `npm run dev` to start [Nuxt.js](https://nuxtjs.org) project.
4. Open `http://localhost:3000` in your browser!


## Creator

**Aleksey Novichkov**

- <http://twitter.com/novichkov>
- <https://github.com/anovi>


## Thanks

Thanks to Bootstrap's authors **[Mark Otto](https://github.com/mdo)** and **[Jacob Thornton](https://github.com/fat)**



## Copyright and license

Code released under the [MIT License](https://github.com/anovi/setka/blob/master/LICENSE).