mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-26 05:55:15 +00:00
Deal with deprecated @extend syntax
Errors: ``` SassError: SassError: compound selectors may no longer be extended. Consider `@extend a, :hover` instead. See http://bit.ly/ExtendCompound for details. ```
This commit is contained in:
@@ -127,7 +127,7 @@ nav.menu {
|
||||
}
|
||||
|
||||
&.selected a {
|
||||
@extend a:hover;
|
||||
@extend a, :hover;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user