File tree 2 files changed +4
-4
lines changed
content/examples/hello-world
src/routes/repl/_components/Output
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
< h1 > Hello {name}!</ h1 >
2
2
3
3
<!--
4
- This is a Svelte component. Click the toggle
5
- below right to see the generated code.
4
+ This is a Svelte component. Click 'JS output' in
5
+ the output section to see compiled code.
6
6
7
7
You can interact with this component via your
8
8
browser's console - try running the following:
9
9
10
10
app.name = 'everybody';
11
11
12
- You can also update the data via the props
12
+ You can also update the name via the props
13
13
editor on this page.
14
14
-->
Original file line number Diff line number Diff line change 58
58
position : relative;
59
59
font : 300 1.2 rem/1.5 var (--font-ui );
60
60
border-bottom : var (--border-w ) solid transparent;
61
- padding : 1.2rem 1.5 rem 0.8rem 1.5 rem ;
61
+ padding : 1.2rem 0.8 rem 0.8rem 0.8 rem ;
62
62
}
63
63
64
64
button .active {
You can’t perform that action at this time.
0 commit comments