UNPKG

scss-bundle

Version:

Bundling SCSS files to one bundled file.

12 lines (11 loc) 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function matchAll(text, regex) { var matches = []; var match; while ((match = regex.exec(text))) { matches.push(match); } return matches; } exports.matchAll = matchAll;