Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get the primary theme colour properly #50

Closed
wants to merge 1 commit into from

Conversation

intiocean
Copy link

@intiocean intiocean commented May 21, 2020

Using the bootstrap function to get the theme colour means that the source can be used by people who have overridden the primary theme colour by setting it in $theme-colours as per bootstrap docs

https://getbootstrap.com/docs/4.5/getting-started/theming/#modify-map

Fixes #46

Using the bootstrap function to get the theme colour means that the source can be used by people who have
overridden the primary theme colour by setting it in $theme-colours as per bootstrap docs

https://getbootstrap.com/docs/4.5/getting-started/theming/#modify-map

Fixes ttskch#46
@ttskch
Copy link
Owner

ttskch commented Jan 24, 2021

@intiocean Thanks for your contribution! But I think some ways like #51 will be better for this issue.

@ttskch ttskch closed this Jan 24, 2021
@intiocean
Copy link
Author

@ttskch I don't see how #51 fixes this? Surely this should follow any overrides supplied to bootstrap without having to also add the same overrides in a different format for this select2 plugin?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to use modified bootstrap $primary variable
2 participants