From 44d19cf5faf41b2cd576fc353ee16cb643584fb2 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 28 Jan 2023 16:05:37 +0100 Subject: Emoji --- tpl/objects/emoji.pug | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tpl/objects') diff --git a/tpl/objects/emoji.pug b/tpl/objects/emoji.pug index 5bf3a3b..3509112 100644 --- a/tpl/objects/emoji.pug +++ b/tpl/objects/emoji.pug @@ -7,6 +7,9 @@ mixin emoji(id) if (attributes.class) { classes[attributes.class] = true; } + if (attributes.size) { + classes['o-emoji--' + attributes.size] = true; + } src = id + '.png' -- cgit v1.2.3-54-g00ecf