UNPKG

sass-export

Version:

Exports Sass files to Json format, able to manage sections with annotations in comments.

11 lines (10 loc) 308 B
export declare class Converter { options?: IOptions; constructor(options?: IOptions); getArray(): IDeclaration[]; getStructured(): any; compileStructure(structuredDeclaration: IDeclaration): object; getContent(): string; private checkForMixins; private renderPropertyValue; }