1.1.0 • Published 2 years ago

@absolunet/brand-guidelines v1.1.0

Weekly downloads
195
License
MIT
Repository
github
Last release
2 years ago

@absolunet/brand-guidelines

npm npm dependencies npms Travis CI Code style

Absolunet Brand Guidelines

Install

$ npm install @absolunet/brand-guidelines

Usage

via SCSS

@import '@absolunet/brand-guidelines/dist/styleguide';

a {
	color: absolunet-styleguide('color.primary.coral');
}

via JavaScript

import { styleguide } from '@absolunet/brand-guidelines';

console.log(styleguide.color.primary.coral);  // #ff5252

Files

The styleguide is also available as a JSON file under dist/styleguide.json

The logos are available under ressources/logos

The fonts are available under ressources/fonts

Documentation

View documentation

License

MIT © Absolunet