We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vitepress/src/client/theme-default/styles/vars.css
Line 177 in 3eb4374
Incorrectly output as:
--vp-c-text-1: rgba(60, 60, 67);
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.
dist/client/theme-default/styles/vars.css
Should be
--vp-c-text-1: rgba(60, 60, 67, 1);
Not relevant
No response
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Describe the bug
vitepress/src/client/theme-default/styles/vars.css
Line 177 in 3eb4374
Incorrectly output as:
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
System Info
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: