From 202f6ddc06d3941107b74ae5b325ead858299807 Mon Sep 17 00:00:00 2001 From: merefield Date: Wed, 8 Feb 2023 12:28:30 +0000 Subject: [PATCH 1/3] 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 } } From a038e728549f5ff9decd61f8cc70de85dcfd93e5 Mon Sep 17 00:00:00 2001 From: merefield Date: Wed, 8 Feb 2023 12:31:27 +0000 Subject: [PATCH 2/3] bump version --- plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index 3d84d670..ea58ed0a 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # name: discourse-custom-wizard # about: Forms for Discourse. Better onboarding, structured posting, data enrichment, automated actions and much more. -# version: 2.1.4 +# version: 2.1.5 # authors: Angus McLeod, Faizaan Gagan, Robert Barrow, Keegan George, Kaitlin Maddever # url: https://github.com/paviliondev/discourse-custom-wizard # contact_emails: development@pavilion.tech From 4171d81528439e33ba376fe6f0c9c6b79b1e7002 Mon Sep 17 00:00:00 2001 From: merefield Date: Wed, 8 Feb 2023 12:34:30 +0000 Subject: [PATCH 3/3] linting --- assets/stylesheets/common/wizard/step.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/common/wizard/step.scss b/assets/stylesheets/common/wizard/step.scss index f60516da..2820cfcb 100644 --- a/assets/stylesheets/common/wizard/step.scss +++ b/assets/stylesheets/common/wizard/step.scss @@ -29,7 +29,7 @@ body.custom-wizard .wizard-column { p { img { - @extend .emoji + @extend .emoji; } }