File tree 3 files changed +5
-6
lines changed
test/server-side-rendering
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- import spaces from '../../utils/spaces.js' ;
2
1
import transform from './transform.js' ;
3
2
4
3
export default function process ( parsed ) {
5
- return transform ( spaces ( parsed . css . content . start ) + parsed . css . content . styles , parsed . hash ) ;
4
+ return transform ( parsed . css . content . styles , parsed . hash ) ;
6
5
}
Original file line number Diff line number Diff line change 1
-
1
+
2
2
div [svelte-4188175681 ], [svelte-4188175681 ] div {
3
3
color : red;
4
4
}
5
5
6
-
6
+
7
7
div [svelte-146600313 ], [svelte-146600313 ] div {
8
8
color : green;
9
9
}
10
10
11
-
11
+
12
12
div [svelte-1506185237 ], [svelte-1506185237 ] div {
13
13
color : blue;
14
14
}
Original file line number Diff line number Diff line change 1
-
1
+
2
2
div [svelte-281576708 ], [svelte-281576708 ] div {
3
3
color : red;
4
4
}
You can’t perform that action at this time.
0 commit comments