UNPKG

seed-publish

Version:

Mixins that manage rendered CSS from modular importing

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;