Skip to content

Commit

Permalink
Percy examples combination - base/lists (#5147)
Browse files Browse the repository at this point in the history
* base/lists

* spacing option in example template

* rm combined.scss (superseded by rem spacing)
  • Loading branch information
jmuzina authored Jun 24, 2024
1 parent db07f4b commit 7099ae2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions templates/docs/examples/base/lists/combined.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{% extends "_layouts/examples.html" %}
{% block title %}Lists / Combined{% endblock %}

{% block standalone_css %}base{% endblock %}

{% block content %}
{% with is_combined = true %}
<section>{% include 'docs/examples/base/lists/definition-list.html' %}</section>
<section>{% include 'docs/examples/base/lists/ordered-list.html' %}</section>
<section>{% include 'docs/examples/base/lists/unordered-list.html' %}</section>
{% endwith %}
{% endblock %}

0 comments on commit 7099ae2

Please sign in to comment.