Skip to content

Commit 985455c

Browse files
committed
chore: update transform-to-unocss-core to version 0.0.63 in package.json and pnpm-lock.yaml
1 parent 50d4a11 commit 985455c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"picocolors": "^1.1.1",
7171
"sass": "^1.88.0",
7272
"stylus": "^0.63.0",
73-
"transform-to-unocss-core": "^0.0.62",
73+
"transform-to-unocss-core": "^0.0.63",
7474
"unplugin": "^2.3.3"
7575
},
7676
"devDependencies": {

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/__snapshots__/transformCode.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ exports[`single demo styleMaxWidth.tsx > vue.tsx 1`] = `
876876
<div class="red">
877877
nihao
878878
</div>
879-
<div class="yellow max-w-[calc(100%-50px)] bg-[rgba(255,62,0,0.1)]">
879+
<div class="yellow max-w-[calc(100%_-_50px)] bg-[rgba(255,62,0,0.1)]">
880880
hi
881881
</div>
882882
</template>
@@ -1956,7 +1956,7 @@ body {
19561956
<div class="red">
19571957
nihao
19581958
</div>
1959-
<div class="yellow max-w-[calc(100%-50px)] bg-[rgba(255,62,0,0.1)]">
1959+
<div class="yellow max-w-[calc(100%_-_50px)] bg-[rgba(255,62,0,0.1)]">
19601960
hi
19611961
</div>
19621962
</template>

0 commit comments

Comments
 (0)