#Facing issue in Angular migration with Bootstrap migration
1 messages · Page 1 of 1 (latest)
My package.json file is
Facing issue in Angular migration with Bootstrap migration
try adding
@import "~bootstrap/scss/bootstrap";
@import "~bootstrap/scss/utilities";
Maybe they changed their structure and a file which was available in 4.6 is not available anymore in 5.3 in the same location. I had such cases in the past.
should i add this in style.scss?
yeah i will check all the imports
yes
I checked it it's all fine