Replies: 2 comments
-
I have some problem with TOMselect and vite What am I doing wrong? thanks |
Beta Was this translation helpful? Give feedback.
-
In powergrid-demo app.css file, I notice that the import is formed like |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In a laravel 10 / livewire-powergrid 4.4 installation, I am trying to enable slimSelect.
I have followed the instructions, but when I run
npm run dev
, I get the error Unable to resolve@import "~slim-select/dist/slimselect.css"
from /resources/css .There is something wrong with adding
@import "~slim-select/dist/slimselect.css";
in resources/css/app.css but I cant' tell what.This is a diff patch of the changes from a working installation:
diff.patch
Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions