UNPKG

sass-export

Version:

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

8 lines (7 loc) 171 B
export declare class Mixins { private rawContent; constructor(rawContent: string); parse(): any[]; private extractDeclarations; private parseSingle; }