@absolunet/brand-guidelines

Absolunet Brand Guidelines

Usage no npm install needed!

<script type="module">
  import absolunetBrandGuidelines from 'https://cdn.skypack.dev/@absolunet/brand-guidelines';
</script>

README

@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