UNPKG

@atlaskit/stylelint-design-system

Version:

Stylelint plugin for use with the Atlassian Design System.

3 lines (2 loc) 119 B
import { type FunctionNode } from 'postcss-value-parser'; export declare const isVar: (node: FunctionNode) => boolean;