mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-09 23:06:06 +00:00
Fix crazy issue with @extend on icons
This one line of code was crashing asset compilation... :/
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user