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

[Vue] Remove condition to import bootstrap-variables in vendor.scss #14306

Merged
merged 1 commit into from
Mar 14, 2021
Merged

[Vue] Remove condition to import bootstrap-variables in vendor.scss #14306

merged 1 commit into from
Mar 14, 2021

Conversation

qmonmert
Copy link
Contributor

@qmonmert qmonmert commented Mar 13, 2021

Fix #14294

With Angular, we always do @import 'bootstrap-variables'; on vendor.scss

but not with Vue (there is a condition). I don't know why 00c1a2e#diff-91bb2f362ad6ae20a3d2f82daaf5cc7e0f76d3e1c7c1e3b525c56e396d0007b1


Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (bellow reviewers) and adding skip-ci label, you can still see CI build result at your branch.

@DanielFran DanielFran merged commit b53fa2a into jhipster:main Mar 14, 2021
@pascalgrimaud pascalgrimaud added this to the v7.0.0 milestone Mar 20, 2021
@pascalgrimaud
Copy link
Member

@qmonmert : not sure about this change. I generated an application with the theme, and it's broken. The theme is not used at all:

bootstrap_vue

If I revert this change, the app looks like:

bootstrap_vue_fix

@qmonmert
Copy link
Contributor Author

@pascalgrimaud strange because in Angularwe have that

@pascalgrimaud
Copy link
Member

It has been long time, I didn't generate angular app. Vue is my default config.
I need to give a try and compare

@pascalgrimaud
Copy link
Member

With Angular it's better:
bootstrap_angular

So, it means the order is not correct for Vue

@vishal423
Copy link
Contributor

@pascalgrimaud pascalgrimaud mentioned this pull request Mar 25, 2021
5 tasks
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.

vue bootstrap-variables.scss is not imported
4 participants