lit-analyzer icon indicating copy to clipboard operation
lit-analyzer copied to clipboard

Warning about no-invalid-css for valid css.

Open enkelmedia opened this issue 1 year ago • 2 comments

I'm getting this warning for some css inside a css template.

image

I think I would like to purpose two things:

  1. Update the list of valid CSS styles
  2. I would be nice if there was a way to "ignore" there errors?

enkelmedia avatar Aug 12 '24 16:08 enkelmedia

also happens for text-wrap, @container, @starting-style, @layer and a few others. this package uses vscode-css-languageservice for those validations, but I'm not sure if lit-plugin has to update it or if it's that package that is outdated, but yeah being able to ignore would be really useful too.

bruno-vaz avatar Dec 05 '24 00:12 bruno-vaz

Anchor positioning also doesn't work, anchor-name and position-anchor return the same error lit-plugin(no-invalid-css).

Sorry to see that this can't be turned off.

Gazook89 avatar Dec 24 '25 01:12 Gazook89