88{% extends 'component.njk' %}
99{% block content %}
1010 < section >
11- < h2 class =" hxSectionTitle " id ="demos "> Demos</ h2 >
11+ < h2 id ="demos "> Demos</ h2 >
1212 < div id ="vue-buttonDemo " class ="hxRow " v-cloak >
1313 < div class ="hxCol hxSpan-12-xs hxSpan-3-lg hxOrder-2-lg ">
14- < h3 class =" hxSubSectionTitle " > Options</ h3 >
14+ < h3 > Options</ h3 >
1515 < div class ="hxRow ">
1616 < div class ="hxCol hxSpan-12-lg hxSpan-6-xs ">
1717 < b > Variant:</ b > < br />
@@ -46,7 +46,7 @@ <h3 class="hxSubSectionTitle">Options</h3>
4646 </ div >
4747 < div class ="hxCol hxSpan-12-xs hxSpan-9-lg hxOrder-1-lg ">
4848 < section >
49- < h3 class =" hxSubSectionTitle " > Single Button</ h3 >
49+ < h3 > Single Button</ h3 >
5050 < div class ="demo button-demo ">
5151 < button :class ="loneClasses ">
5252 {% raw %}{{size.label}} {{variant.label}}{% endraw %}
@@ -58,7 +58,7 @@ <h3 class="hxSubSectionTitle">Single Button</h3>
5858 </ section >
5959
6060 < section >
61- < h3 class =" hxSubSectionTitle " > Button Group</ h3 >
61+ < h3 > Button Group</ h3 >
6262 < div class ="demo button-demo ">
6363 < div :class ="groupClasses ">
6464 < button class ="hxBtn "> First</ button >
@@ -83,7 +83,7 @@ <h3 class="hxSubSectionTitle">Button Group</h3>
8383 </ section >
8484
8585 < section data-visreg ="button-states ">
86- < h2 class =" hxSectionTitle " id ="button-states "> Button States</ h2 >
86+ < h2 id ="button-states "> Button States</ h2 >
8787 < table class ="hxTable ">
8888 < tbody >
8989 < tr >
0 commit comments