I am receiving a similar error on Bootstrap css files:
```css
@keyframes progress-bar-stripes {
0% { // ← Flagged as an error: "Unexpected token PERCENTAGE found"
background-position-x: 1rem;
}
}
```
Best regards,
John
On Tue, Feb 4, 2025 at 5:23 AM Jack W. wrote:
> Since in
Since installing NB24 today on Linux, an error is being flagged in my
@keyframes css syntax that was not flagged before. Nearly identical css
rules later in the same file are not flagged. The error is "Unexpected
token PERCENTAGE found." The code is also flagged at the 50% and the 100%
as "Unexpect