UNPKG

@atlaskit/tokens

Version:

Design tokens are the single source of truth to name and store design decisions.

7 lines 199 B
import themeImportMap from '../artifacts/theme-import-map'; export const loadThemeCss = async themeId => { const { default: themeCss } = await themeImportMap[themeId](); return themeCss; };