UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

4 lines 256 B
import { CURRENT_SURFACE_CSS_VAR } from '@atlaskit/tokens/constants'; export var isCurrentSurfaceCustomPropertyName = function isCurrentSurfaceCustomPropertyName(value) { return value === 'CURRENT_SURFACE_CSS_VAR' || value === CURRENT_SURFACE_CSS_VAR; };