sass-export
Version:
Exports Sass files to Json format, able to manage sections with annotations in comments.
7 lines (6 loc) • 320 B
TypeScript
export declare class Utils {
static getDeclarationByName(declarations: IDeclaration[], name: string): IDeclaration;
static wrapCss(cssDeclaration: IDeclaration, useInspect: boolean): string;
static removeDoubleQuotes(wrappedContent: string): string;
static unWrapValue(wrappedContent: string): string;
}