`-ms-something` becomes `MsSomething` because of the to-camel-case lib you're using. The problem is that it should produce `msSomething`. http://www.andismith.com/blog/2012/02/modernizr-prefixed/