Fix SASS @extend of non-existant class
This used to just be ignored, but SASS crashes on it now, reasonable ty!
This commit is contained in:
parent
aab7dc612c
commit
ed59a874ff
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue