@atlaskit/stylelint-design-system
Version:
Stylelint plugin for use with the Atlassian Design System.
9 lines (8 loc) • 412 B
TypeScript
import stylelint from 'stylelint';
export declare const ruleName = "design-system/no-deprecated-design-token-usage";
export declare const messages: {
invalidToken: (name: string | number | boolean | RegExp, replacement: string | number | boolean | RegExp) => string;
deprecatedToken: (name: string | number | boolean | RegExp) => string;
};
declare const plugin: stylelint.Plugin;
export default plugin;