CSS: remove unneeded prefixes, add standard properties, remove px from 0s#12648
CSS: remove unneeded prefixes, add standard properties, remove px from 0s#12648marcelgerber merged 1 commit intoadobe:masterfrom valtlai:valtlai/css-prefixes-units
px from 0s#12648Conversation
…rom 0s Replaces #12163 * Add standard `transform`, `filter`, `animation` and `width: max-content` * Remove prefixed `border-radius`, `box-shadow`, `transition`, `linear-gradient()`, `box-sizing`, `text-overflow`, `flex-direction` and `display: flex` * Remove prefixed `transform` from standard `@keyframes` * Remove `px` from `0px` values Fix indentation
|
Am I right in the assumption that you have had your GitHub name changed? In that case, you need to sign the CLA again (http://dev.brackets.io/brackets-contributor-license-agreement.html). |
|
@marcelgerber, done. |
|
What is the Chromium version on Linux now? Maybe prefixed |
|
Unfortunately, it's still ~ Chromium 29 on Linux builds. For some reason, the CLA check still fails, even after re-running the Travis build multiple times. re you sure you have provided the correct username in the form? |
|
@marcelgerber I think I did. However, check details contains Edit: and |
|
Still LGTM, but I prefer if someone else could do the last check. |
|
I would like to have this briefly tested on Linux as well, at least looking out for obvious regressions. |
|
I gave a try on a VM with Ubuntu 16.04 and didn't notice anything obviously wrong. |
|
Going for it in that case. Thank you all! |
transform,filter,animationandwidth: max-contentborder-radius,box-shadow,transition,linear-gradient(),box-sizing,text-overflow,flex-directionand
display: flextransformfrom standard@keyframespxfrom zero values(Replaces #12163)