Archived
1
0
Fork 0

app/assets/sass/layout/_navigation.scss: use cleafix mixin instead of extend.

This commit is contained in:
Henrik Hautakoski 2022-07-31 23:50:36 +02:00
parent a214fe3fcf
commit 4403f5c2bb

View file

@ -6,7 +6,7 @@
.navigation {
// General styling (for all viewport widths)
@extend .clearfix;
@include clearfix();
@extend .container;
min-height: $navbar-height;