kisaw88's avatar

my css code is getting overriten

hello, now i'am using laravel mix and i'am writing css in sass files , i have tested it and tried it with npm run watch , but now my css file is getting overriten by another version of bootstrap that is getting injected in all my pages always at the last of the element as you can see in this photo :

https://ibb.co/C2JvV54

you can see the two elements.

0 likes
3 replies
mvd's avatar

Hi @kisaw88,

So bootstrap is also in your sheet.css? If this is the case remove bootstrap.min.css from your blade file or from your Laravel mix config.

munazzil's avatar

What is the error gives when you run

        npm run dev

Please or to participate in this conversation.