Create AccordionList macro and vue component to collapse multiple accordion components

This commit is contained in:
leigh-mil
2019-12-05 16:22:20 -05:00
parent e32bad0d30
commit e79b1d1524
5 changed files with 43 additions and 3 deletions

View File

@@ -47,4 +47,8 @@
}
}
}
&-list {
max-width: $max-panel-width;
}
}