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

https://github.com/buildit/kiur

Reset SCSS library
https://github.com/buildit/kiur

Last synced: 9 months ago
JSON representation

Reset SCSS library

Awesome Lists containing this project

README

          

# Ki'ur

![Ki'ur in cuneiform](http://psd.museum.upenn.edu/epsd/psl/img/thumb/Ocuq.png)

## What?
This is a reset and sane default SCSS library for use in building stylesheets.

## Ki'ur?
Yes. It's Sumerian for "foundation".

## Usage
`yarn add kiur`

Once it's installed, you can simply add the following to your main scss file:

@import "~kiur/bootstrap";
_in here define your variables_
@import "~kiur/base";

[A list of all variables can be found here.](https://buildit.github.io/kiur/)

## License
[![Apache 2](http://img.shields.io/badge/license-Apache%202-red.svg)](http://www.apache.org/licenses/LICENSE-2.0)