Replies: 2 comments
-
|
Never mind... |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Closed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my LARAVEL 12 project using the latest TallStackUI, I get the below warnings everytime I build CSS/JS using Vite.
Could the warnings be caused by the TallSTackUI input component?
`
vite v7.3.1 building client environment for production...
transforming (27) node_modules\axios\lib\helpers\toURLEncodedForm.jsFound 2 warnings while optimizing generated CSS:
Issue #1:
│ input&::-webkit-outer-spin-button {
│ -webkit-appearance: none;
│ @apply m-0: ;
┆ ^-- Unknown at rule: @apply
┆
│ }
│ input&::-webkit-inner-spin-button {
Issue #2:
│ input&::-webkit-inner-spin-button {
│ -webkit-appearance: none;
│ @apply m-0: ;
┆ ^-- Unknown at rule: @apply
┆
│ }
│ input[type="number"]& {
✓ 53 modules transformed.
public/build/manifest.json 0.33 kB │ gzip: 0.17 kB
public/build/assets/app-kgbymI5Y.css 727.35 kB │ gzip: 82.44 kB
public/build/assets/app-CAiCLEjY.js 36.35 kB │ gzip: 14.71 kB
✓ built in 1.59s
`
Beta Was this translation helpful? Give feedback.
All reactions