@mixin styles { .boxesFooterBoxes { a { &:hover { text-decoration: underline; } } } } @mixin styles--dark { .pageFooter { border-block-start: 1px solid rgba(#fff, .1); } }