From ed59a874ff07fbbf3dd340f4b6319ed1e61f6e64 Mon Sep 17 00:00:00 2001 From: Matchu Date: Sat, 22 Jul 2023 13:47:56 -0700 Subject: [PATCH] Fix SASS @extend of non-existant class This used to just be ignored, but SASS crashes on it now, reasonable ty! --- app/assets/stylesheets/outfits/_edit.sass | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/outfits/_edit.sass b/app/assets/stylesheets/outfits/_edit.sass index 103600db..05c0a9a2 100644 --- a/app/assets/stylesheets/outfits/_edit.sass +++ b/app/assets/stylesheets/outfits/_edit.sass @@ -334,7 +334,6 @@ body.outfits-edit .search-helper font-family: inherit .possible-error - @extend .error display: none &.big-picture #preview-toolbar, #preview-sidebar, #preview-search