Skip to content

raulghm/cata-variables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cata variables

Build Status

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

Testing

Install Node (comes with npm) and run:

npm install

Or install Yarn and run:

yarn

To generate a build:

npm run build

To lint code with postcss-bem-linter and stylelint

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+