From 202f6ddc06d3941107b74ae5b325ead858299807 Mon Sep 17 00:00:00 2001 From: merefield Date: Wed, 8 Feb 2023 12:28:30 +0000 Subject: [PATCH] FIX: compound selectors may no longer be extended --- assets/stylesheets/common/wizard/step.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/common/wizard/step.scss b/assets/stylesheets/common/wizard/step.scss index 0b774224..f60516da 100644 --- a/assets/stylesheets/common/wizard/step.scss +++ b/assets/stylesheets/common/wizard/step.scss @@ -17,7 +17,7 @@ body.custom-wizard .wizard-column { } } - img.emoji { + .emoji { width: 20px; height: 20px; vertical-align: middle; @@ -29,7 +29,7 @@ body.custom-wizard .wizard-column { p { img { - @extend img.emoji; + @extend .emoji } }