Issue applying to Laravel #5
Scottzozer
started this conversation in
General
Replies: 2 comments 1 reply
-
also multi select is not functional |
Beta Was this translation helpful? Give feedback.
1 reply
-
i have integrated this template with Laravel with no problem. did you include the style.css in your build? |
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
-
Hi All,
Trying to use this template on a Laravel 10 project but keep running into issues when trying to merge it into my project. Right now I am getting an error on almost all of the custom CSS @apply classes saying they do not exist. Probably a noob mistake somewhere but I have added all the necessary libraries from the package.json, npm installed to generate all the node modules, added all the files, images, css, js to my project. Updated paths so they are in Laravel syntax but still getting these errors:
style.css:40:3: The 'border-primary' class does not exist. If 'border-primary' is a custom class, make sure it is defined within a '@layer' directive.
Anyone have any ideas on how to solve?
Beta Was this translation helpful? Give feedback.
All reactions