UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

6 lines 287 B
import shapeTokens from '@atlaskit/tokens/atlassian-shape'; export var borderWidthValueToToken = Object.fromEntries(shapeTokens.filter(function (t) { return t.name.startsWith('border.width'); }).map(function (t) { return [t.value, t.cleanName]; }).concat([['2px', 'border.width']]));