@mixin pressable { cursor: pointer; transition: all 150ms ease-out; &:active { opacity: 0.5; } }