UNPKG

@seedcss/seed-centralize

Version:

Centralize utility pack for Seed

10 lines (7 loc) 231 B
// Sass Pathfinder // Source: https://github.com/ItsJonQ/sass-pathfinder const pathfinder = function() { const paths = Array.prototype.slice.call(arguments); return [].concat.apply([], paths); }; module.exports = pathfinder;