Bump csslib to b671738dc6de7d212b5f943b4258f9bb099d3e83

Changes:
```
> git log --format="%C(auto) %h %s" 45264a8..b671738
 https://dart.googlesource.com/csslib.git/+/b671738 Add support for CSS `lh` and `rlh` units. (173)

```

Diff: https://dart.googlesource.com/csslib.git/+/45264a876d090f441d2bdacc1bb30afa52a0b8ec..b671738dc6de7d212b5f943b4258f9bb099d3e83/
Change-Id: Ib439faae442e24bd9f2cb71e782e85c6a7b21524
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/283342
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Devon Carew 2023-02-15 19:18:38 +00:00 committed by Commit Queue
parent b19091385a
commit 8af34bdb58

2
DEPS
View file

@ -123,7 +123,7 @@ vars = {
"collection_rev": "0d0e184a5f70ca4e23dab23df686127ec40bfb11",
"convert_rev": "83886e3fd895211a98e49b7595a92796fa216641",
"crypto_rev": "03eb2c9098069a7816bbace581dc2d6e196c63ca",
"csslib_rev": "45264a876d090f441d2bdacc1bb30afa52a0b8ec",
"csslib_rev": "b671738dc6de7d212b5f943b4258f9bb099d3e83",
# 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`
# matches the version here. Please follow this process to make updates: