File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
.idea
2
2
test.ts
3
3
test.js
4
+ list.ts
5
+ list.js
6
+ media.ts
7
+ media.js
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ function concat(blocks) {
124
124
}
125
125
}
126
126
}
127
- return blockstrs . join ( '' ) ;
127
+ return blockstrs . join ( '\n ' ) ;
128
128
}
129
129
function css ( pojo ) {
130
130
var blocks = toBlocks ( pojo ) ;
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ function concat(blocks) {
125
125
}
126
126
}
127
127
}
128
- return blockstrs . join ( '' ) ;
128
+ return blockstrs . join ( '\n ' ) ;
129
129
}
130
130
131
131
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " css-light" ,
3
3
"description" : " Write CSS in JavaScript" ,
4
- "version" : " 1.0.6 " ,
4
+ "version" : " 1.0.7 " ,
5
5
"keywords" : [
6
6
" css" ,
7
7
" javascript" ,
You can’t perform that action at this time.
0 commit comments