File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ @import " map-get-next" ;
2
+ @import " map-get-prev" ;
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " sass-map-get-next-prev" ,
3
+ "version" : " 0.0.1" ,
4
+ "description" : " Sass map-get functions improving loops with get-next and get-prev for a potential 2nd loop parameter" ,
5
+ "main" : " map-get-functions.scss" ,
6
+ "scripts" : {
7
+ "test" : " echo \" Error: no test specified\" && exit 1"
8
+ },
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " git+https://github.com/rowild/sass-map-get-next-prev.git"
12
+ },
13
+ "keywords" : [
14
+ " Sass" ,
15
+ " map-get" ,
16
+ " loop" ,
17
+ " next" ,
18
+ " prev"
19
+ ],
20
+ "author" : " elche" ,
21
+ "license" : " Apache-2.0" ,
22
+ "bugs" : {
23
+ "url" : " https://github.com/rowild/sass-map-get-next-prev/issues"
24
+ },
25
+ "homepage" : " https://github.com/rowild/sass-map-get-next-prev#readme"
26
+ }
You can’t perform that action at this time.
0 commit comments