Fix gulp build deprecated warning#6543
Conversation
- move and modify select2 bootstrap 4 theme scss - remove package npm select2 bs4 install
|
Full install and build < 3 minutes. We can consolidate and improve this I'm sure. |
|
thought you'd get schmancy with |
|
The only issue are two calc in select2 bs4 upstream so just needed to own the theme. There are no other upstream issues. |
|
another approach might be run the division sass migrator command after importing but before building if understanding how it works |
|
I’m not sure Stephen. It’s only that select two bootstrap for sass that’s at issue. We could bring in another theme however we’d have to modify gulp to compile. |
|
Since it looks like upstream will never fix this (last commit in that repo in 2021 and there is even a PR that has been submitted to fix this a long time ago :) ttskch/select2-bootstrap4-theme#77 ). So seems like simplest thing is to take it over and do what @sjpadgett did (less moving pieces than fixing on fly since this will never be fixed anyways :)). |
|
Great job! |


Fixes #6542
Short description of what this resolves:
May be a better way but this was pretty straight forward. Let me know if have a different idea.