@carbongos/style-guide
v0.0.6
Published
Defines the style guide for use across Carbongos products.
Downloads
3
Readme
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
- install the package
npm i -S @carbongos/style-guide
- import inside of an scss block
@import '@carbongos/style-guide';
- use the variables in your code, i.e.:
{
h1: {
color: $colour-primary;
}
}