We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afa75a commit 1e31073Copy full SHA for 1e31073
livebooks/markdown/stylesheets.md
@@ -464,7 +464,7 @@ Then use the `template` attribute on the view to be injected into the stylesheet
464
465
```heex
466
<Image style="overlay-circle">
467
- <Circle template="circle" style="stroke(.red, lineWidth: 4)" >
+ <Circle template="circle" style="stroke(.red, lineWidth: 4)" />
468
</Image>
469
```
470
@@ -520,7 +520,6 @@ defmodule ServerWeb.ExampleLive.SwiftUI do
520
521
def render(assigns) do
522
~LVN"""
523
- <VStack>
524
<VStack alignment="leading" style="padding()">
525
<Text style="font(.title)">Turtle Rock</Text>
526
<HStack style="font(.subheadline)">
0 commit comments