Index: pages/utilities.html |
=================================================================== |
--- a/pages/utilities.html |
+++ b/pages/utilities.html |
@@ -25,8 +25,12 @@ |
<p class="text-left">Text aligned left</p> |
<p class="text-start">Text aligned to the start of the container</p> |
<p class="text-right">Text aligned right</p> |
<p class="text-end">Text aligned to the end of the container</p> |
+ |
+<h2 id="unstyled">Unstyled</h2> |
+ |
+<? include tests/unstyled/lists ?> |