app/assets/sass/layout/_navigation.scss: use cleafix mixin instead of extend.
This commit is contained in:
parent
a214fe3fcf
commit
4403f5c2bb
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
.navigation {
|
||||
|
||||
// General styling (for all viewport widths)
|
||||
@extend .clearfix;
|
||||
@include clearfix();
|
||||
@extend .container;
|
||||
|
||||
min-height: $navbar-height;
|
||||
|
|
|
|||
Reference in a new issue