@tillamook/brand v0.3.1
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.
- Build:
npm run build
Bump
package.json
version number. "version": "0.0.9" -> "version": "0.0.10"Publish
npm publish
1 year ago
1 year ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago