0.0.6 • Published 4 years ago

@carbongos/style-guide v0.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Style Guide

Defines the style guide for use across Carbongos products.

Style

Colours

Our brand colours are defined in styles colours.scss.

NPM & Deployment

This project automatically publishes to npm here: https://www.npmjs.com/package/@carbongos/style-guide on merge into the master branch. (See .github/workflows/publish.yml).

Usage

  1. install the package
npm i -S @carbongos/style-guide
  1. import inside of an scss block
@import '@carbongos/style-guide';
  1. use the variables in your code, i.e.:
{
	h1: {
		color: $colour-primary;
	}
}
0.0.5

4 years ago

0.0.4

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago