The parsing for consecutive \@media rules (and likely \@keyframes and \@font-face) is broken. It seems to be due to the code assuming that @ is the next character (https://github.com/mozilla/slowparse/blob/gh-pages/slowparse.js#L224) when it may be a space. I can make a PR if needed.
The parsing for consecutive @media rules (and likely @Keyframes and @font-face) is broken. It seems to be due to the code assuming that @ is the next character (https://github.com/mozilla/slowparse/blob/gh-pages/slowparse.js#L224) when it may be a space. I can make a PR if needed.