Replies: 2 comments 2 replies
-
First you should check the webpack.mix.js to understand how the backend.css is being generated. Then try to build as it is, if the build is successful, then try to change and build again. To modify the theme you should add changes to https://github.com/nasirkhan/laravel-starter/blob/master/resources/sass/backend.scss file. Which then build to CSS and then icon css files being added with that. |
Beta Was this translation helpful? Give feedback.
-
If you run First you have to run I prefer Following command installs the required npm packages
When the download and install of the packages is done, then run the following command,
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm trying to change the color of the backoffice. So, I modify some scss files and if i run the command
npm run dev
It's break the website, we loose the CSS and the JS files.
Only fews script are generated ...
We loose some css files, or the css files is shorter and we loose the icons.
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions