You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for stylenames, we recommend that JavaScript keys start with a capital letter for vendor prefixes, presumably because hyphenation is then trivial (so they start with a single leading hyphen). This forces a user to put a vendor-specific key that isn't even valid, or it produces css that doesn't really work.
We probably need to re-work this, or build awareness of vendor-specific prefixes into the core of react's style building. This comes up here too.
The text was updated successfully, but these errors were encountered:
It would be very nice to rather have auto prefixing (and CSS hacks). You guys provide consistent DOM VM. Having a consistent CSS rules would be awesome!
TLDR: Let's allow
style={msTransform: '...', webkitTransition: '...'}
for stylenames, we recommend that JavaScript keys start with a capital letter for vendor prefixes, presumably because hyphenation is then trivial (so they start with a single leading hyphen). This forces a user to put a vendor-specific key that isn't even valid, or it produces css that doesn't really work.
We probably need to re-work this, or build awareness of vendor-specific prefixes into the core of react's style building. This comes up here too.
The text was updated successfully, but these errors were encountered: