css-in-js icon indicating copy to clipboard operation
css-in-js copied to clipboard

Properly handle -ms- vendor prefix

Open satya164 opened this issue 7 years ago • 0 comments

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-'.

satya164 avatar Oct 07 '18 18:10 satya164