diff --git a/site/content/tutorial/01-introduction/04-styling/text.md b/site/content/tutorial/01-introduction/04-styling/text.md index 71d031dcab..8ffb757bbd 100644 --- a/site/content/tutorial/01-introduction/04-styling/text.md +++ b/site/content/tutorial/01-introduction/04-styling/text.md @@ -5,6 +5,8 @@ title: Styling Just like in HTML, you can add a ` - -
This is a paragraph.
``` -Importantly, these rules are *scoped to the component*. You won't accidentally change the style of `` elements elsewhere in your app, as we'll see in the next step. \ No newline at end of file +Importantly, these rules are *scoped to the component*. You won't accidentally change the style of `
` elements elsewhere in your app, as we'll see in the next step.