I'm using Susy 2 with breakpoint-sass to create my media queries.
It's outputting like:
@media (min-width: 1000px)
I'm wondering why the screen is missing? It should read:
@media screen (min-width: 1000px)
I'm trying to add css3-mediaqueries-js which isn't working and I think that might be why.