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

11 lines 368 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cleanImportUrlFactory = void 0; function cleanImportUrlFactory() { return (url) => { const importUrl = url.split(` from `).pop(); return importUrl.trim(); }; } exports.cleanImportUrlFactory = cleanImportUrlFactory; //# sourceMappingURL=clean-import-url.js.map