UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

3 lines 283 B
export var getElevationTokenExample = function getElevationTokenExample(elevation) { return "```\nimport { token } from '@atlaskit/tokens';\n\ncss({\n backgroundColor: token('".concat(elevation.background, "');\n boxShadow: token('").concat(elevation.shadow, "');\n});\n```"); };