JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10792
  • Score
    100M100P100Q146401F
  • License MIT

CSS variables for the iTwinUI design system

Package Exports

  • @itwin/itwinui-variables
  • @itwin/itwinui-variables/index.css

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@itwin/itwinui-variables) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@itwin/itwinui-variables

Installation

npm install @itwin/itwinui-variables
yarn add @itwin/itwinui-variables

Usage

As a stylesheet:

<link rel="stylesheet" href="@itwin/itwinui-variables" />

Or, as a CSS import

@import url('@itwin/itwinui-variables');

Or, as a JS import:

import '@itwin/itwinui-variables';