mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 14:32:24 +00:00
Update to the latest csslib
Adds more focused support for commas between percentage terms in keyframes. A similar change which wasn't limited to keyframe blocks was added and reverted earlier because it caused failures in google3. This version fixes the cases where commas were used outside of keyframes. R=jakemac@google.com Change-Id: I0e7f931fcb0a8a96e9c541bb680344bfdfdc0e78 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/234444 Auto-Submit: Nate Bosch <nbosch@google.com> Commit-Queue: Nate Bosch <nbosch@google.com> Reviewed-by: Jake Macdonald <jakemac@google.com> Commit-Queue: Jake Macdonald <jakemac@google.com>
This commit is contained in:
parent
1486443d6e
commit
942353d04d
1 changed files with 1 additions and 1 deletions
2
DEPS
2
DEPS
|
@ -93,7 +93,7 @@ vars = {
|
|||
"collection_rev": "a4c941ab94044d118b2086a3f261c30377604127",
|
||||
"convert_rev": "e063fdca4bebffecbb5e6aa5525995120982d9ce",
|
||||
"crypto_rev": "b5024e4de2b1c474dd558bef593ddbf0bfade152",
|
||||
"csslib_rev": "f746368a0a53cf8f68fd71b218239034e88841d5",
|
||||
"csslib_rev": "518761b166974537f334dbf264e7f56cb157a96a",
|
||||
|
||||
# Note: Updates to dart_style have to be coordinated with the infrastructure
|
||||
# team so that the internal formatter `tools/sdks/dart-sdk/bin/dart format`
|
||||
|
|
Loading…
Reference in a new issue