@carbongos/style-guide

0.0.6 • Public • Published

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;
	}
}

Readme

Keywords

none

Package Sidebar

Install

npm i @carbongos/style-guide

Weekly Downloads

2

Version

0.0.6

License

ISC

Unpacked Size

2.26 kB

Total Files

7

Last publish

Collaborators

  • michaelfitzhavey