I'm using your integration guide with laravel but I'm having an issue loading KYUI Styles:
now you have this: /* KTUI styles */
@import '../../node_modules/@keenthemes/ktui/styles.css';
but the route is wrong the correct one must be:
@import '../../../node_modules/@keenthemes/ktui/styles.css';
but I have another error, this one:
[plugin:vite:css] [postcss] C:/laragon/www/metronic-tailwind/resources/css/app.css:7290:26: Missed semicolon
the error is in the UI Package
Hi Jesus Enmanuel,
Thanks for pointing that out, and sorry for the trouble.
We’ve just released an updated version of the KTUI plugin that fixes this issue. Please try running:
npm upgrade
That should pull in the latest version and resolve the style path and PostCSS error you're seeing.
Let us know if the problem persists or if you run into anything else.
The problem is in KTUI, I commented the next import and everything work
/* @import './src/components/progress/progress.css'; */
There is something in that component