This is where Nulogy's design tokens are stored and converted using Style Dictionary
Design tokens are the visual design atoms of the design system — specifically, they are named entities that store visual design attributes. We use them in place of hard-coded values (such as hex values for color or pixel values for spacing) in order to maintain a scalable and consistent visual system for UI development.
yarn add @nulogy/tokens
After installing, you'll have access to three variable files:
_variables.scss
for sass variables, used by @nulogy/css_exports.js
for javascript constants, used by @nulogy/components and converted into theme filevariables.css
for access to css variables
- #design-system