UNPKG

node-sass-magic-importer

Version:

Custom node-sass importer for selector specific imports, node importing, module importing, globbing support and importing files only once

4 lines (3 loc) 199 B
import { IBuildIncludePaths } from '../interfaces/IBuildIncludePaths'; import { IPath } from '../interfaces/IPath'; export declare function buildIncludePathsFactory(path: IPath): IBuildIncludePaths;