I am trying to skip a step in multistep node form using Simple Multistep module. I have tried following snippet that works pretty good to skip one step.
However, it has a problem click on form back button it doesn't come back, even not to the skipped step. By the way, need to skip the skipped step on back button.
I need to override some CSS definitions from my theme (bootstrap)`in a module. I do not want to make the CSS in the module load after the theme CSS, not use !important.
This works and will make this CSS load last if I put it in the THEME library file, but not in the MODULE library since it looks like it will always load after the THEME css no matter what weight you set, the weight seems to be within the THEME or MODULE, not on a global scope: