UNPKG

scss-bundle

Version:

Bundling SCSS files to one bundled file.

2 lines (1 loc) 135 B
export declare function renderScss(projectPath: string | undefined, includePaths: string[] | undefined, content: string): Promise<{}>;