Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable "--vp-c-text-1" is incorrect in the bundle ouput #4439

Closed
4 tasks done
khang-nd opened this issue Dec 21, 2024 · 1 comment
Closed
4 tasks done

Variable "--vp-c-text-1" is incorrect in the bundle ouput #4439

khang-nd opened this issue Dec 21, 2024 · 1 comment
Labels
bug: pending triage Maybe a bug, waiting for confirmation

Comments

@khang-nd
Copy link

Describe the bug

--vp-c-text-1: #3c3c43;

Incorrectly output as:

  --vp-c-text-1: rgba(60, 60, 67);

Reproduction

This can be found easily from the npm repo: https://www.npmjs.com/package/vitepress?activeTab=code

Then go to dist/client/theme-default/styles/vars.css, line 177.

Expected behavior

Should be

  --vp-c-text-1: rgba(60, 60, 67, 1);

System Info

Not relevant

Additional context

No response

Validations

@khang-nd khang-nd added the bug: pending triage Maybe a bug, waiting for confirmation label Dec 21, 2024
@brc-dd
Copy link
Member

brc-dd commented Dec 21, 2024

It was changed in recent version. On the latest version it's still rgb one. You can use nightly releases from https://nightly.akryum.dev/vuejs/vitepress

@brc-dd brc-dd closed this as not planned Won't fix, can't repro, duplicate, stale Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug: pending triage Maybe a bug, waiting for confirmation
Projects
None yet
Development

No branches or pull requests

2 participants