UNPKG

@salesforce-ux/eslint-plugin-slds

Version:

ESLint plugin provides custom linting rules specifically built for Salesforce Lightning Design System 2 (SLDS 2 beta)

7 lines (6 loc) 238 B
import type { DeclarationHandler } from '../../../../types'; /** * Handle font declarations including shorthand property * Uses css-tree for reliable AST-based parsing */ export declare const handleFontDeclaration: DeclarationHandler;