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
- Host: GitHub
- URL: https://github.com/raulghm/cata-variables
- Owner: raulghm
- Created: 2017-04-09T22:59:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T03:34:02.000Z (about 8 years ago)
- Last Synced: 2026-03-28T16:58:19.323Z (2 months ago)
- Topics: base, cata, css, style, suitcss, variables
- Language: HTML
- Homepage: https://raulghm.github.io/cata-variables/test/
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cata variables
[](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+