Created by: 719media
Re-enable the media hover query selector with a slight tweak to allow $enable-hover-media-query
to be set like:
$enable-hover-media-query: 'body.my-custom-class'
for some reason, sass doesn't work with the variable set like:
$enable-hover-media-query: '@media (hover: hover)'
I'm not really sure why. Any ideas? It would be nice to have this working with just one variable, instead of having to create two (one for selector, one for media query)