Design tokens for Anatomy, Boston Scientific's global design system.
Anatomy tokens ship with scss, less, css, and json versions. You can import the files you need following the pattern lib/{language}/{theme}/{mode}
. E.g. lib/css/corporate/light.css
.
Tokens also ships with base styles that can be imported via lib/base-styles/base.scss
. Base styles are only offered in scss.
npm install @boston-scientific/anatomy-tokens
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@boston-scientific/anatomy-tokens@5.0.0-beta.19-beta.18-beta.17-beta.16-beta.15-beta.14-beta.13-beta.12-beta.11-beta.10/lib/css/corporate/light.css"
/>