Media Queries Level 4
@media (hover: none) {
// look mom! i might be a touch device
}
how would I write the query above in the current form?
when i do
@import breakpoint($phone) { }
and $phone: (hover none); or hover: 'none' or etc etc down the list, nothing is currently working....