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
I used the following websites to validate my URL: https://jigsaw.w3.org/css-validator/ https://validator.w3.org/nu/
URL being validated or code to reproduce error: https://gitthingsdan.github.io/CtrlAltIdol/css/style.css
In https://jigsaw.w3.org/css-validator/ :
scale
rotate
The text was updated successfully, but these errors were encountered:
I came here to file a similar issue; the individual transform functions, ie scale and translate, are not supported by the validator.
translate
Sorry, something went wrong.
Also contain-intrinsic-size is not supported, and color-mix, and this doesn't validate either: background-color: var(--mycolor)
Since this issue has already been open for over a year and still "new", is there hope it will get updated anytime soon, or at all?
I came here for the same issue. When using the this css property, rotate: <deg>;, the following error is printed:
rotate: <deg>;
CSS: "rotate": Property "rotate" doesn't exist.
No branches or pull requests
I used the following websites to validate my URL:
https://jigsaw.w3.org/css-validator/
https://validator.w3.org/nu/
URL being validated or code to reproduce error:
https://gitthingsdan.github.io/CtrlAltIdol/css/style.css
In https://jigsaw.w3.org/css-validator/ :
Sorry! We found the following errors (21)
scale
doesn't exist : 1.2scale
doesn't exist : 1.05scale
doesn't exist : 1.025scale
doesn't exist : 0.975scale
doesn't exist : 0.9scale
doesn't exist : 0.9scale
doesn't exist : 1.025scale
doesn't exist : 0.975scale
doesn't exist : 1.05scale
doesn't exist : 0.95scale
doesn't exist : 1.1scale
doesn't exist : 0.95scale
doesn't exist : 1.25rotate
doesn't exist : y 0degrotate
doesn't exist : y 180degscale
doesn't exist : 1.5rotate
doesn't exist : -90degrotate
doesn't exist : 90degscale
doesn't exist : 1 2scale
doesn't exist : 1.05scale
doesn't exist : 0.95The text was updated successfully, but these errors were encountered: