@mixin hover { @media (hover: hover) and (pointer: fine) { &:hover { @content; } } }