@primer/primitives
Version:
Typography, spacing, and color primitives for Primer design system
12 lines (11 loc) • 409 B
TypeScript
import type { FormatFn } from 'style-dictionary/types';
/**
* @description Outputs a hyper-optimized markdown file with LLM token guidelines.
* Optimizations:
* - Bracket notation for tokens with identical guidelines
* - Global category rules extracted to paragraph
* - Shortened keys (U:, R:, Pair ->)
* - Max 3 usage items
* - No boilerplate
*/
export declare const markdownLlmGuidelines: FormatFn;