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

12 lines (11 loc) 233 B
declare const _default: (url: string, prev: string) => { contents: string; file?: undefined; } | { file: string | null; contents: string; } | { file: string; contents?: undefined; } | null; export = _default;