Open ragesoss opened 2 years ago
Agreed - more migration guides in the docs would be useful. This is a bigger one because you're essentially going from BS4 to BS5 if you go to 1.1, so any custom HTML will need to be modified based on the migration guide.
Here's the basics off the top of my head, but I'll make a note to dig in deeper:
node_modules
foldernpm install
/src/sass/assets/
, see if you need to update any variables or custom SCSS and attempt to compile CSS/src/js/
and try to compile JS
My organization just switched to a new theme based on
understrap-child
, but the project was started from 1.0.1. I'd like to be able to update it to take advantage of some of the improvements in 1.1, but I'm not sure how to go about it.An upgrade guide, or any sort of guidance, would be really appreciated!