File tree Expand file tree Collapse file tree 6 files changed +36
-0
lines changed Expand file tree Collapse file tree 6 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 9
9
<script lang =" ts" >
10
10
import Install from ' ../../../../../INSTALL.md' ;
11
11
</script >
12
+
13
+ <style >
14
+ .markdown :global(pre .highlight ) {
15
+ overflow-x : auto ;
16
+ }
17
+ </style >
Original file line number Diff line number Diff line change 9
9
<script lang =" ts" >
10
10
import Migrating from ' ../../../../../MIGRATING.md' ;
11
11
</script >
12
+
13
+ <style >
14
+ .markdown :global(pre .highlight ) {
15
+ overflow-x : auto ;
16
+ }
17
+ </style >
Original file line number Diff line number Diff line change 9
9
<script lang =" ts" >
10
10
import Repl from ' ../../../../../REPL.md' ;
11
11
</script >
12
+
13
+ <style >
14
+ .markdown :global(pre .highlight ) {
15
+ overflow-x : auto ;
16
+ }
17
+ </style >
Original file line number Diff line number Diff line change 9
9
<script lang =" ts" >
10
10
import SvelteKit from ' ../../../../../SVELTEKIT.md' ;
11
11
</script >
12
+
13
+ <style >
14
+ .markdown :global(pre .highlight ) {
15
+ overflow-x : auto ;
16
+ }
17
+ </style >
Original file line number Diff line number Diff line change 9
9
<script lang =" ts" >
10
10
import Theming from ' ../../../../../THEMING.md' ;
11
11
</script >
12
+
13
+ <style >
14
+ .markdown :global(pre .highlight ) {
15
+ overflow-x : auto ;
16
+ }
17
+ </style >
Original file line number Diff line number Diff line change 9
9
<script lang =" ts" >
10
10
import Typography from ' ../../../../../TYPOGRAPHY.md' ;
11
11
</script >
12
+
13
+ <style >
14
+ .markdown :global(pre .highlight ) {
15
+ overflow-x : auto ;
16
+ }
17
+ </style >
You can’t perform that action at this time.
0 commit comments