Basic set of variables. Useful for rapid scaffolding.
- Colors
- Typographic
- Ratios (modular scale)
- Font stacks
- Base variables
- Font sizes
- Common properties for components
npm install cata-variables
yarn add cata-variables
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
.
- Google Chrome
- Firefox
- Safari
- Opera
- Internet Explorer 9+