diff options
author | 2022-12-06 17:12:25 -0500 | |
---|---|---|
committer | 2022-12-06 17:12:25 -0500 | |
commit | 795f00f73c549727e05d5b7bf0e39cce87add4e7 (patch) | |
tree | 4957c8a6c3e823e9d1f9379e852630b7abc1f70c /pnpm-lock.yaml | |
parent | 1cfbd5923f7de6d56e83d2d989a71e97c82b1fa4 (diff) | |
download | astro-795f00f73c549727e05d5b7bf0e39cce87add4e7.tar.gz astro-795f00f73c549727e05d5b7bf0e39cce87add4e7.tar.zst astro-795f00f73c549727e05d5b7bf0e39cce87add4e7.zip |
Use accumulated sort order when order production CSS (#5549)
* Use accumulated sort order when order production CSS
* Adding a changeset
* Fix lockfile issue
Diffstat (limited to '')
-rw-r--r-- | pnpm-lock.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fd205edfc..f41745f3f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1670,6 +1670,12 @@ importers: dependencies: astro: link:../../.. + packages/astro/test/fixtures/css-order-layout: + specifiers: + astro: workspace:* + dependencies: + astro: link:../../.. + packages/astro/test/fixtures/custom-404: specifiers: astro: workspace:* |