CSS library with responsive grid layout, baseline grid, and useful utilities.
Read the docs »
Copy-paste the stylesheet <link>
into your <head>
before all other stylesheets to load our CSS.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/setka.min.css" crossorigin="anonymous">
These download options are available:
- Download compiled CSS
- Download source files
- Install with npm:
npm install setka
- Clone the repo:
git clone https://github.com/anovi/setka.git
Read the Getting started page for information.
Have a bug, problem or a feature request? please open a new issue.
- Clone the repo:
git clone https://github.com/anovi/setka.git
- Install dependencies:
npm install
- Run
npm run dev
to start Nuxt.js project. - Open
http://localhost:3000
in your browser!
Aleksey Novichkov
Thanks to Bootstrap's authors Mark Otto and Jacob Thornton
Code released under the MIT License.