Fix autocompletion for camelCased CSS variables
We were force-lowercasing CSS variables, which breaks if you type "var(" and then inspect the autocompletion of DevTools where it would autocomplete to "--camelcased" instead of "--camelCased". Bug: 911303 Change-Id: I48b74953fef34e545f020d186ba279023667ce68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1781427Reviewed-by:Erik Luo <luoe@chromium.org> Commit-Queue: Tim van der Lippe <tvanderlippe@google.com> Cr-Commit-Position: refs/heads/master@{#696898}
Showing
Please register or sign in to comment