UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

8 lines (7 loc) 218 B
export const getElevationTokenExample = elevation => `\`\`\` import { token } from '@atlaskit/tokens'; css({ backgroundColor: token('${elevation.background}'); boxShadow: token('${elevation.shadow}'); }); \`\`\``;