Skip to content

Commit b1dcf05

Browse files
committed
clearer example line breaks
1 parent a331c72 commit b1dcf05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: source/code-snippets/example-if.liquid

+3
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@
2626
@if $circle
2727
border-radius: math.div($size, 2)
2828

29+
30+
2931
.square-av
3032
@include avatar(100px, $circle: false)
33+
3134
.circle-av
3235
@include avatar(100px, $circle: true)
3336
{% endcodeExample %}

0 commit comments

Comments
 (0)