css-in-js
css-in-js copied to clipboard
Properly handle -ms- vendor prefix
Unlike the '-webkit-' vendor prefix, where the JS representation uses 'Webkit' as prefix, for the '-ms-' prefix, 'ms' is used instead of 'Ms'. This means hyphentation won't be correct when you're using the '-ms-' prefix. This commit adds special treatment for '-ms-'.