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

no-invalid-css fails on inlined animation keyframes #284

Open
nmattia opened this issue Oct 28, 2022 · 0 comments
Open

no-invalid-css fails on inlined animation keyframes #284

nmattia opened this issue Oct 28, 2022 · 0 comments

Comments

@nmattia
Copy link

nmattia commented Oct 28, 2022

The no-invalid-css rule gets triggered by (as far as I can tell) perfectly fine CSS animation keyframes:

  <style>
    @keyframes test {
        0% {
            background-color: transparent;
        }
    }
  </style>

gives:


./src/file.ts

    { expected
    286:  @keyframes test {
    no-invalid-css
nmattia added a commit to dfinity/internet-identity that referenced this issue Oct 28, 2022
I ran [`lit-analyzer`](https://github.com/runem/lit-analyzer) locally, which spotted a few issues with the code.
Those issues are fixed here.

We can't however add `lit-analyzer` to our pipeline just yet because of
some issues:
* runem/lit-analyzer#284
* runem/lit-analyzer#283
nmattia added a commit to dfinity/internet-identity that referenced this issue Oct 28, 2022
I ran [`lit-analyzer`](https://github.com/runem/lit-analyzer) locally, which spotted a few issues with the code.
Those issues are fixed here.

We can't however add `lit-analyzer` to our pipeline just yet because of
some issues:
* runem/lit-analyzer#284
* runem/lit-analyzer#283
nmattia added a commit to dfinity/internet-identity that referenced this issue Oct 28, 2022
I ran [`lit-analyzer`](https://github.com/runem/lit-analyzer) locally, which spotted a few issues with the code.
Those issues are fixed here.

We can't however add `lit-analyzer` to our pipeline just yet because of
some issues:
* runem/lit-analyzer#284
* runem/lit-analyzer#283
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

1 participant