unocss / unocss

The instant on-demand atomic CSS engine.

Home Page:https://unocss.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Internal server error: [postcss] /__uno.css:369:47: Unknown word

sujit-baniya opened this issue · comments

UnoCSS version

0.60.3

Describe the bug

Using with ViteJS + ReactJS
Getting following error:

[plugin:vite:css] [postcss] /__uno.css:369:47: Unknown word
/__uno.css:369:46
367|  .\!col-start-10{grid-column-start:10 !important;}
368|  .col-start-10{grid-column-start:10;}
369|  [\!col-start-10~="\}"]{grid-column-start:10-} !important;}
   |                                                ^
370|  .\!col-start-11{grid-column-start:11 !important;}
371|  .col-start-11{grid-column-start:11;}

Reproduction

Just upgraded from 0.59.0-beta.1

And running the application the error.

System Info

No response

Validations

We temporarily closed this due to the lack of enough information. We could not identify whether it was a bug or a userland misconfiguration with the given info. Please provide a minimal reproduction to reopen the issue. Thanks.

Why reproduction is required