UNPKG

beathers

Version:

Beather is a lightweight SCSS library that serves as a comprehensive design system for your projects. It offers a structured and consistent approach to manage colors, fonts, and other design related variables, making it easier to maintain a cohesive visua

3 lines 326 B
export declare function Commands(args: any): Record<string, () => void | Promise<void>>; export type CommandKey = '--help' | '-v' | '--version' | 'init' | 'build:pack' | 'add-font' | 'remove-font' | 'import-font-sample' | 'add-colors' | 'remove-color' | 'import-color-pack' | 'import-color'; //# sourceMappingURL=list.d.ts.map