a11y_accordions
a11y_accordions copied to clipboard
Add feature: replace default classes with custom
Add in feature for use of data-class
attribute, where the set value will be the baseline class that the accordion wrapper will have applied to it, and child elements will use as it's BEM base.
e.g. data-class="my-acc"
should produce: .my-acc .my-acc__heading .my-acc__panel etc.