diff --git a/docs/documentation/elements/image.html b/docs/documentation/elements/image.html index 08b03fc2..ba59c2e3 100644 --- a/docs/documentation/elements/image.html +++ b/docs/documentation/elements/image.html @@ -28,6 +28,12 @@ meta: {% endcapture %} +{% capture rounded_image %} + + + +{% endcapture %} + {% capture retina_image %} @@ -58,6 +64,14 @@ meta: +{% include elements/anchor.html name="Rounded images" %} + + + You can also make rounded images, using .is-rounded class: + + +{% include elements/snippet.html content=rounded_image %} + {% include elements/anchor.html name="Retina images" %}
You can also make rounded images, using .is-rounded class:
.is-rounded