@@ -19,7 +19,7 @@ <h2 id="basic-accordion">Basic Accordion</h2>
1919 < hx-accordion >
2020 < hx-accordion-panel open >
2121 < header slot ="header "> Cupcake Ipsum</ header >
22- < div class ="hxBox-md ">
22+ < div class ="hxBox hxMd ">
2323 < p >
2424 Sweet toffee pie icing croissant halvah chupa chups. Cotton candy pie
2525 sesame snaps. Muffin sesame snaps cake toffee liquorice apple pie
@@ -30,7 +30,7 @@ <h2 id="basic-accordion">Basic Accordion</h2>
3030
3131 < hx-accordion-panel >
3232 < header slot ="header "> Biscuit Marshmallow</ header >
33- < div class ="hxBox-md ">
33+ < div class ="hxBox hxMd ">
3434 < p >
3535 Sweet toffee pie icing croissant halvah chupa chups. Cotton candy pie
3636 sesame snaps. Muffin sesame snaps cake toffee liquorice apple pie
@@ -41,7 +41,7 @@ <h2 id="basic-accordion">Basic Accordion</h2>
4141
4242 < hx-accordion-panel open >
4343 < header slot ="header "> Caramels Marzipan</ header >
44- < div class ="hxBox-md ">
44+ < div class ="hxBox hxMd ">
4545 < p >
4646 Sweet toffee pie icing croissant halvah chupa chups. Cotton candy pie
4747 sesame snaps. Muffin sesame snaps cake toffee liquorice apple pie
@@ -57,7 +57,7 @@ <h2 id="basic-accordion">Basic Accordion</h2>
5757 < hx-accordion >
5858 < hx-accordion-panel open >
5959 < header slot ="header "> Cupcake Ipsum</ header >
60- < div class ="hxBox-md ">
60+ < div class ="hxBox hxMd ">
6161 <!-- body content goes here -->
6262 </ div >
6363 </ hx-accordion-panel >
@@ -98,7 +98,7 @@ <h2 id="single-panel-accordion">Single Panel Accordion</h2>
9898 >
9999 < hx-accordion-panel >
100100 < header slot ="header "> Cupcake Ipsum</ header >
101- < div class ="hxBox-md ">
101+ < div class ="hxBox hxMd ">
102102 < p >
103103 Sweet toffee pie icing croissant halvah chupa chups. Cotton candy pie
104104 sesame snaps. Muffin sesame snaps cake toffee liquorice apple pie
@@ -109,7 +109,7 @@ <h2 id="single-panel-accordion">Single Panel Accordion</h2>
109109
110110 < hx-accordion-panel >
111111 < header slot ="header "> Biscuit Marshmallow</ header >
112- < div class ="hxBox-md ">
112+ < div class ="hxBox hxMd ">
113113 < p >
114114 Sweet toffee pie icing croissant halvah chupa chups. Cotton candy pie
115115 sesame snaps. Muffin sesame snaps cake toffee liquorice apple pie
@@ -120,7 +120,7 @@ <h2 id="single-panel-accordion">Single Panel Accordion</h2>
120120
121121 < hx-accordion-panel >
122122 < header slot ="header "> Caramels Marzipan</ header >
123- < div class ="hxBox-md ">
123+ < div class ="hxBox hxMd ">
124124 < p >
125125 Sweet toffee pie icing croissant halvah chupa chups. Cotton candy pie
126126 sesame snaps. Muffin sesame snaps cake toffee liquorice apple pie
0 commit comments