Skip to content

Commit c05333a

Browse files
authored
Merge pull request #23 from Simon-He95/dev
fix: rgb hsl var
2 parents 1dfff32 + 9762bd0 commit c05333a

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,13 @@
9191
"simple-git-hooks": "^2.8.1",
9292
"stylus": "^0.59.0",
9393
"transform-to-unocss": "^0.0.55",
94-
"transform-to-unocss-core": "^0.0.9",
94+
"transform-to-unocss-core": "^0.0.12",
9595
"tsup": "^6.5.0",
9696
"tsx": "^3.12.1",
9797
"typescript": "^4.7.4",
9898
"unplugin": "^1.3.1",
9999
"vitest": "^0.15.1"
100100
},
101-
"simple-git-hooks": {
102-
"pre-commit": "pnpm exec lint-staged --concurrent false",
103-
"commit-msg": "pnpm exec tsx scripts/verifyCommit.ts $1"
104-
},
105101
"lint-staged": {
106102
"*": [
107103
"prettier --write --cache --ignore-unknown"

pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/transformSvelte.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('accent', () => {
1616
1717
<form class=\\"pt-1rem\\" on:submit|preventDefault={go}>
1818
<input bind:this={input} bind:value={name} type=\\"text\\" aria-label=\\"What's your name?\\" placeholder=\\"What's your name?\\">
19-
<button class=\\"font-inherit text-inherit px-2em py-1em text-#ff3e00 bg-rgba(255,62,0,0.1) border-rd-2em border-2px_solid_rgba(255,62,0,0) outline-none w-200px tabular-nums cursor-pointer pt-1rem focus-border-2px_solid_#ff3e00 active-bg-rgba(255,62,0,0.2)\\" type=\\"submit\\">
19+
<button class=\\"font-inherit text-inherit px-2em py-1em text-#ff3e00 bg-rgba(255,62,0,0.1) border-rd-2em border-2px border-solid border-rgba(255,62,0,0) outline-none w-200px tabular-nums cursor-pointer pt-1rem focus-border-2px border-solid border-#ff3e00 active-bg-rgba(255,62,0,0.2)\\" type=\\"submit\\">
2020
GO
2121
</button>
2222
</form>

0 commit comments

Comments
 (0)