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
|
.search-helper
|
||||||
font-family: inherit
|
font-family: inherit
|
||||||
.possible-error
|
.possible-error
|
||||||
@extend .error
|
|
||||||
display: none
|
display: none
|
||||||
&.big-picture
|
&.big-picture
|
||||||
#preview-toolbar, #preview-sidebar, #preview-search
|
#preview-toolbar, #preview-sidebar, #preview-search
|
||||||
|
|
Loading…
Reference in a new issue