0.3.1 • Published 1 year ago

@tillamook/brand v0.3.1

Weekly downloads
37
License
UNLICENSED
Repository
github
Last release
1 year ago

Tillamook Brand

This library gives access to common brand colors shared across Tillamook digital properties.

Access via node

import colors from '@tillamook/brand/lib/colors';

console.log(colors.darkestBlue); // #071631

CSS properties

Add/Import css into your document:

import '@tillamook/brand/lib/colors.css';

Once the stylesheet is added to the document you can access to them anywhere in css:

.thing {
    background-color: var(--colors-darkestBlue);
}

Sass function

Import into your sass file:

@import '~@tillamook/brand/src/colors';

.thing {
    background-color: color('darkestBlue');
}

Publish NPM Package

You will need to be a part of @tillamook npm org.

  1. Build:
npm run build
  1. Bump package.json version number. "version": "0.0.9" -> "version": "0.0.10"

  2. Publish

npm publish
0.3.1

1 year ago

0.3.0

1 year ago

0.2.1

3 years ago

0.2.2

3 years ago

0.1.18-dev

4 years ago

0.2.0

4 years ago

0.1.17-dev

4 years ago

0.1.16

4 years ago

0.1.15

4 years ago

0.1.14

4 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.8

5 years ago

0.1.9

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.0.14

5 years ago

0.1.2

5 years ago

0.1.3

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.13

5 years ago

0.0.11

5 years ago

0.0.12

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago