Skip to content

Design tokens are all the values needed to construct and maintain a design system — spacing, color, fonts, opacity, etc..

License

Notifications You must be signed in to change notification settings

workleap/ov-igloo-tokens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2582a3b · Nov 8, 2022

History

43 Commits
Nov 8, 2022
Nov 24, 2021
Jul 6, 2021
Dec 14, 2021
Dec 14, 2021
Jun 15, 2021
Nov 8, 2022
Jul 22, 2021
Nov 16, 2021
Jun 16, 2021
Nov 8, 2022
Jun 14, 2021
Jul 20, 2021
Nov 8, 2022
Nov 2, 2022
Nov 8, 2022
Feb 7, 2022

Repository files navigation

@igloo-ui/tokens

Igloo tokens are all the values needed to construct and maintain a design system — spacing, color, fonts, opacity, etc..

Getting started

To install @igloo-ui/tokens in your project, you will need to run the following command using npm:

npm install @igloo-ui/tokens

If you prefer Yarn, use the following command instead:

yarn add @igloo-ui/tokens

Usage

Sass

In Sass, you can import the files by doing:

@import '@igloo-ui/tokens/dist/_variables.scss';

CSS

In CSS, you can import the files by doing:

@import '@igloo-ui/tokens/dist/variables.css';

Fonts

You can also do it via CSS Import:

@import '@igloo-ui/tokens/dist/fonts.css';

License

Copyright © 2019, GSoft inc. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/gsoft-license/blob/master/LICENSE.