UNPKG
@seedcss/seed-breakpoints
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
Breakpoints mixin pack for Seed
github.com/helpscout/seed/
helpscout/seed
@seedcss/seed-breakpoints
/
index.js
10 lines
(7 loc)
•
196 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
var
path =
require
(
'path'
);
var
pathfinder =
require
(
'./scripts/pathfinder'
);
var
files =
pathfinder
(
require
(
'@seedcss/seed-props'
), path.
join
(__dirname,
'scss'
) );
module
.
exports
= files;