UNPKG

seed-this

Version:

Selector-based function pack for Seed

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