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

[BUG REPORT]: CSS Variable not working #5

Open
cryptedx opened this issue Jan 10, 2023 · 0 comments
Open

[BUG REPORT]: CSS Variable not working #5

cryptedx opened this issue Jan 10, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@cryptedx
Copy link

Your System?

MacOS 12.6.1

Python Version

3.9

HtmlWebShot Version

latest

What happened?

Well, I am trying to use variables in my css file like in this example. Unfortunately it is not getting applied. When I use it without variable then it's working for sure.

Used Code.

:root {
  --chf-red: #BF1803;
}

.table-header {
  color: var(--chf-red);

Error Logs.

No response

@cryptedx cryptedx added the bug Something isn't working label Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants