summaryrefslogtreecommitdiffstats
path: root/tpl/objects/bubble-group.pug
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/objects/bubble-group.pug')
-rw-r--r--tpl/objects/bubble-group.pug2
1 files changed, 2 insertions, 0 deletions
diff --git a/tpl/objects/bubble-group.pug b/tpl/objects/bubble-group.pug
index e6a6d19..4fcb1a4 100644
--- a/tpl/objects/bubble-group.pug
+++ b/tpl/objects/bubble-group.pug
@@ -3,6 +3,8 @@ mixin bubble-group(user)
3 let classes = { 3 let classes = {
4 'l-bubble-group': true, 4 'l-bubble-group': true,
5 'l-bubble-group--compact': attributes.compact, 5 'l-bubble-group--compact': attributes.compact,
6 'l-bubble-group--left': attributes.left,
7 'l-bubble-group--right': attributes.right,
6 'l-bubble-group--arrow': attributes.arrow 8 'l-bubble-group--arrow': attributes.arrow
7 } 9 }
8 if (attributes.class) { 10 if (attributes.class) {