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