forked from sveltejs/svelte.dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fr: content/tutorial/01-svelte/01-introduction/04+05
- Loading branch information
1 parent
9517c2e
commit 57b7181
Showing
7 changed files
with
25 additions
and
17 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...ev/content/tutorial/01-svelte/01-introduction/04-styling/+assets/app-a/src/lib/App.svelte
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<p>This is a paragraph.</p> | ||
<p>Ceci est un paragraphe.</p> | ||
|
||
<style> | ||
/* Write your CSS here */ | ||
/* Écrivez votre CSS ici */ | ||
</style> |
2 changes: 1 addition & 1 deletion
2
...ev/content/tutorial/01-svelte/01-introduction/04-styling/+assets/app-b/src/lib/App.svelte
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<p>This is a paragraph.</p> | ||
<p>Ceci est un paragraphe.</p> | ||
|
||
<style> | ||
p { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../tutorial/01-svelte/01-introduction/05-nested-components/+assets/app-a/src/lib/App.svelte
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<p>This is a paragraph.</p> | ||
<p>Ceci est un paragraphe.</p> | ||
|
||
<style> | ||
p { | ||
|
2 changes: 1 addition & 1 deletion
2
...torial/01-svelte/01-introduction/05-nested-components/+assets/app-a/src/lib/Nested.svelte
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<p>This is another paragraph.</p> | ||
<p>Ceci est un autre paragraphe.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters