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

terminal warning each time i do npm run dev #2642

Closed
4 tasks done
jojojojojoj5564656465465 opened this issue May 21, 2023 · 0 comments
Closed
4 tasks done

terminal warning each time i do npm run dev #2642

jojojojojoj5564656465465 opened this issue May 21, 2023 · 0 comments

Comments

@jojojojojoj5564656465465
Copy link

jojojojojoj5564656465465 commented May 21, 2023

UnoCSS version

0.50.8

Describe the bug

“I have set up some rules and when I run the command npm run start, I receive several warnings as shown below. How can I disable these warnings? The problem is that they clutter my console with unnecessary information.”

[unocss] The container query rule is experimental and may not follow semver. [vite:css] grid-gap only works if grid-template(-areas) is being used or both rows and columns have been declared and cells have not been manually placed inside the explicit grid 554| .cursor-pointer{cursor:pointer;} 555| .place-items-center{place-items:center;} 556| .gap-4{grid-gap:1rem;gap:1rem;} | ^ 557| .gap-6{grid-gap:1.5rem;gap:1.5rem;} 558| .gap-x-2{grid-column-gap:0.5rem;column-gap:0.5rem;} [vite:css] grid-gap only works if grid-template(-areas) is being used or both rows and columns have been declared and cells have not been manually placed inside the explicit grid 555| .place-items-center{place-items:center;} 556| .gap-4{grid-gap:1rem;gap:1rem;} 557| .gap-6{grid-gap:1.5rem;gap:1.5rem;} | ^ 558| .gap-x-2{grid-column-gap:0.5rem;column-gap:0.5rem;} 559| .gap-y-4{grid-row-gap:1rem;row-gap:1rem;} [vite:css] start value has mixed support, consider using flex-start instead 660| .ease-out{transition-timing-function:cubic-bezier(0, 0, 0.2, 1);} 661| .\@container{container-type:inline-size;} 662| .flex-col-1{display:flex;flex-direction:column;justify-content:start;align-items:start;} | ^ 663| .flex-col-5{display:flex;flex-direction:column;justify-content:center;align-items:center;} 664| .flex-row-2{display:flex;flex-direction:row;justify-content:center;align-items:start;} [vite:css] start value has mixed support, consider using flex-start instead

Reproduction

i don't know how do this link

System Info

ASTRO

Validations

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