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

https://github.com/raulghm/cata-variables

Cata variables
https://github.com/raulghm/cata-variables

base cata css style suitcss variables

Last synced: 15 days ago
JSON representation

Cata variables

Awesome Lists containing this project

README

          

# Cata variables

[![Build Status](https://travis-ci.org/raulghm/cata-variables.svg?branch=master)](https://travis-ci.org/raulghm/cata-variables)

Basic set of variables. Useful for rapid scaffolding.

## Features

* Colors
* Typographic
* Ratios (modular scale)
* Font stacks
* Base variables
* Font sizes
* Common properties for components

## Installation

## NPM
```
npm install cata-variables
```

## Yarn
```
yarn add cata-variables
```

## Download
[Download](https://github.com/raulghm/cata-variables/releases)

## Testing

Install [Node](http://nodejs.org) (comes with npm) and run:

```
npm install
```

Or install [Yarn](https://yarnpkg.com/en/docs/install) and run:

```
yarn
```

To generate a build:

```
npm run build
```

To lint code with [postcss-bem-linter](https://github.com/postcss/postcss-bem-linter) and [stylelint](http://stylelint.io/)

```
npm run lint
```

To generate the testing build.

```
npm run build-test
```

Basic visual tests are in `test/index.html`.

## Browser support

* Google Chrome
* Firefox
* Safari
* Opera
* Internet Explorer 9+