UNPKG
@seedcss/seed-centralize
Version:
latest (1.0.1)
1.0.1
1.0.0
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
Centralize utility pack for Seed
github.com/helpscout/seed/
helpscout/seed
@seedcss/seed-centralize
/
scripts
/
pathfinder.js
10 lines
(7 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// 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;