@absolunet/brand-guidelines 中文文档教程

发布于 3年前 浏览 20 项目主页 更新于 3年前

@absolunet/brand-guidelines

npm npm 依赖项npmsTravis CICode 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

样式指南也可作为 JSON 文件在 dist/styleguide.json

下获得 徽标可在 ressources/logos< 下获得/code>

字体在 ressources/fonts

Documentation

查看 文档



License

麻省理工学院 © Absolunet

@absolunet/brand-guidelines

npmnpm dependenciesnpmsTravis CICode 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

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文