node-sass-magic-importer
Version:
Custom node-sass importer for selector specific imports, node importing, module importing, globbing support and importing files only once
6 lines (5 loc) • 331 B
TypeScript
import { IGlob } from '../interfaces/IGlob';
import { IPath } from '../interfaces/IPath';
import { IResolveUrl } from '../interfaces/IResolveUrl';
import { ISassGlobPattern } from '../interfaces/ISassGlobPattern';
export declare function resolveUrlFactory(glob: IGlob, path: IPath, sassGlobPattern: ISassGlobPattern): IResolveUrl;