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

Another error likely due to CSS variables #279

Closed
martindholmes opened this issue Jun 18, 2020 · 1 comment
Closed

Another error likely due to CSS variables #279

martindholmes opened this issue Jun 18, 2020 · 1 comment

Comments

@martindholmes
Copy link

This probably relates to issue #111, but that ticket is locked so I'm posting here in case it helps. Given this CSS file:

:root {
  --leftNavWidth: 320px; }

div{
  transform: translate3d(var(--leftNavWidth), 0, 0);
}

the vnu.jar validator (current release) reports:

5.51-5.51: error: CSS: “transform”: too few values for the property “transform”.

which I'm pretty sure is wrong.

@ylafon
Copy link
Member

ylafon commented Aug 31, 2021

fixed by #316

@ylafon ylafon closed this as completed Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants