Fix crazy issue with @extend on icons

This one line of code was crashing asset compilation... :/
This commit is contained in:
Matt-Yorkley
2021-06-14 09:25:36 +01:00
parent a38d495bef
commit 74bed15f7f

View File

@@ -104,8 +104,11 @@ table {
}
.handle {
@extend [class^="icon-"], :before;
@extend .icon-reorder;
font-family: FontAwesome;
text-decoration: inherit;
display: inline-block;
speak: none;
cursor: move;
}