Skip to content

Commit 9240fe5

Browse files
authored
Merge pull request #39 from kampsy/dev
feat: convert color values from RGB/hex to OKLCH and HSLA
2 parents bb48026 + e79167f commit 9240fe5

File tree

3 files changed

+243
-243
lines changed

3 files changed

+243
-243
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "https://github.com/kampsy/ui/issues"
1717
},
1818
"scripts": {
19-
"dev": "vite dev --port 3000",
19+
"dev": "vite dev --port 3100",
2020
"build": "vite build && npm run package",
2121
"preview": "vite preview",
2222
"package": "svelte-kit sync && svelte-package && publint",
@@ -130,4 +130,4 @@
130130
"@semantic-release/github"
131131
]
132132
}
133-
}
133+
}

0 commit comments

Comments
 (0)