You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying ti adopt the bootstrap theme into my app, I realized that scss is initialized using the default bootstrap values and not these given from bootstrap's variables file. So It can't follow any bootstrap customization
New feature description
It could be possible to align variables with bootstrap scss variables (select2 themes applies this method). just to include the following before build
$bootstrap-custom-select-background: $bootstrap-custom-select-indicatorno-repeatright$bootstrap-input-padding-xcenter/$bootstrap-custom-select-bg-size!default; // Used so we can have multiple background elements (e.g., arrow and feedback icon)
New feature motivation
Trying ti adopt the bootstrap theme into my app, I realized that scss is initialized using the default bootstrap values and not these given from bootstrap's variables file. So It can't follow any bootstrap customization
New feature description
It could be possible to align variables with bootstrap scss variables (select2 themes applies this method). just to include the following before build
and change the fixed values of the following lines to the proper variables
sweetalert2-themes/bootstrap-4/bootstrap-4.scss
Lines 16 to 135 in 1667812
PS: If you like , could help on this
The text was updated successfully, but these errors were encountered: