I have two mixins like this,
@mixin clearfix { &::after { content: ""; display: table; clear: both; } } @mixin respondphone {