Skip to content

Commit

Permalink
fix(client): import scss in index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Feb 18, 2025
1 parent a8bd399 commit deb207d
Show file tree
Hide file tree
Showing 10 changed files with 954 additions and 682 deletions.
2 changes: 1 addition & 1 deletion demo/custom/valaxy-theme-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "valaxy-theme-custom",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@10.4.0",
"packageManager": "pnpm@10.4.1",
"author": {
"email": "me@yunyoujun.cn",
"name": "YunYouJun",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.22.8",
"private": true,
"packageManager": "pnpm@10.4.0",
"packageManager": "pnpm@10.4.1",
"description": "📄 Vite & Vue powered static blog generator.",
"author": {
"email": "me@yunyoujun.cn",
Expand Down Expand Up @@ -82,7 +82,7 @@
"valaxy-theme-yun": "workspace:*"
},
"devDependencies": {
"@antfu/eslint-config": "^4.2.1",
"@antfu/eslint-config": "^4.3.0",
"@iconify-json/logos": "catalog:",
"@iconify-json/vscode-icons": "catalog:",
"@microsoft/api-extractor": "^7.50.0",
Expand Down Expand Up @@ -110,8 +110,8 @@
"tsx": "^4.19.2",
"typescript": "catalog:",
"unbuild": "catalog:",
"vite-node": "^3.0.5",
"vitest": "^3.0.5",
"vite-node": "^3.0.6",
"vitest": "^3.0.6",
"vue-tsc": "2.2.0",
"zx": "catalog:"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"js-yaml": "^4.1.0",
"pathe": "^2.0.3",
"picocolors": "^1.1.1",
"sirv": "^3.0.0",
"sirv": "^3.0.1",
"vite-dev-rpc": "^1.0.7"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/valaxy-theme-yun/styles/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import './css-vars.scss'
import './main.scss'
File renamed without changes.
2 changes: 2 additions & 0 deletions packages/valaxy/client/styles/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import './css-vars.scss'
import './main.scss'
File renamed without changes.
12 changes: 6 additions & 6 deletions packages/valaxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@antfu/install-pkg": "^1.0.0",
"@antfu/utils": "^9.0.0",
"@antfu/utils": "^9.1.0",
"@clack/prompts": "^0.10.0",
"@iconify-json/ri": "catalog:",
"@intlify/unplugin-vue-i18n": "^6.0.3",
Expand Down Expand Up @@ -118,18 +118,18 @@
"qrcode": "^1.5.4",
"resolve-global": "^2.0.0",
"sass": "^1.85.0",
"shiki": "^2.4.1",
"shiki": "^2",
"star-markdown-css": "^0.5.3",
"unocss": "^65.5.0",
"unplugin-vue-components": "^28.1.0",
"unplugin-vue-markdown": "^28.3.0",
"unocss": "^66.0.0",
"unplugin-vue-components": "^28.2.0",
"unplugin-vue-markdown": "^28.3.1",
"unplugin-vue-router": "^0.11.2",
"vanilla-lazyload": "^19.1.3",
"vite": "catalog:",
"vite-dev-rpc": "^1.0.7",
"vite-plugin-vue-devtools": "^7.7.2",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-ssg": "^25.0.0",
"vite-ssg": "^25.2.0",
"vite-ssg-sitemap": "^0.8.1",
"vue": "^3.5.13",
"vue-i18n": "catalog:",
Expand Down
1,606 changes: 937 additions & 669 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ catalog:
'@iconify-json/carbon': ^1.2.7
'@iconify-json/logos': ^1.2.4
'@iconify-json/ri': ^1.2.5
'@iconify-json/simple-icons': ^1.2.24
'@iconify-json/simple-icons': ^1.2.25
'@iconify-json/vscode-icons': ^1.2.14
typescript: ^5.7.3
unbuild: ^3.3.1
Expand Down

1 comment on commit deb207d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://yun.valaxy.site as production
🚀 Deployed on https://67b4c44fac714f068bf63c2e--valaxy.netlify.app

Please sign in to comment.