@justia/stylelint-config
Version:
Justia's base Scss Stylelint configuration
15 lines (14 loc) • 619 B
TypeScript
export declare const prefix: {
get(property: string, ...prefixes: readonly string[]): string[];
all(property: string, ...prefixes: readonly string[]): string[];
};
export declare const midfix: {
get(property: string, ...midfixes: readonly string[]): string[];
all(property: string, ...midfixes: readonly string[]): string[];
};
export declare const suffix: {
get(property: string, ...suffixes: readonly string[]): string[];
all(property: string, ...suffixes: readonly string[]): string[];
};
export declare function trbl(property?: string): string[];
export declare function border(): string[];