Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 626 Bytes

CHANGELOG.md

File metadata and controls

33 lines (17 loc) · 626 Bytes

@igloo-ui/tokens

1.0.0

Major Changes

  • be774d4: ## BREAKING CHANGE

    • Adding base 10 support. If your project uses the mathematical trick of basing the value of 1rem equals 10px, there is also an base10 output within the dist folder of this package.
      In CSS, you can import the files by doing:
      @import '~@igloo-ui/tokens/dist/base10/variables.css';

0.2.0

Minor Changes

  • 1abafb9: Add black and white color

0.1.1

Patch Changes

  • Fixing a typo in the readme

0.1.0

Minor Changes

  • 5042ae8: Add more tokens

0.0.0

Minor Changes

  • 0d36955: Added Fonts and Colors