Вы не можете использовать миксин перед его импортом first в любом файле scss.
@import 'mixins.scss'; /* imports the SCSS file with the mixin */
ul.quicklinks {
font-size: 90%;
line-height: 40px;
margin-bottom: 0;
text-transform: none;
@include heading-font; /* using the mixin */
}