Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Nov 01:25
· 27 commits to main since this release

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';