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
The following code should be valid as per spec from SVG2.0: https://www.w3.org/TR/SVG/geometry.html#RProperty
.vertex { filter: drop-shadow(rgba(207, 171, 255, 0.9) 0px 0px 20px); fill: #b082ee; r: 20; stroke: 5; }
Unknown property: 'r' lit-plugin(no-invalid-css)
I'm happy to do a PR, but unclear what's the process and pipeline to add it correctly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following code should be valid as per spec from SVG2.0:
https://www.w3.org/TR/SVG/geometry.html#RProperty
Unknown property: 'r' lit-plugin(no-invalid-css)
I'm happy to do a PR, but unclear what's the process and pipeline to add it correctly.
The text was updated successfully, but these errors were encountered: