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
{{ message }}
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
I fixed it by changing the affected variables from px to the rem "equivalent", but I am not certain whether that's the correct approach as I am not too familiar here?
If that's the correct approach, I am more than welcome to send in a PR.
Any tips would be appreciated on how to best handle this.
Chris
edit: check out my commit, and tell me whether this should be pushed or not. :-)
The text was updated successfully, but these errors were encountered:
Hi @chris1904 You can always import the compiled css file to avoid such issues.
Regarding the fix, the appropriate fix would be to prefix the sass variables with something like vfw- so they don't conflict with bootstrap ones.
Hi there,
I need to manually pull in and compile wizard.scss but with Bootstrap 4 there are issues:
I fixed it by changing the affected variables from
px
to therem
"equivalent", but I am not certain whether that's the correct approach as I am not too familiar here?If that's the correct approach, I am more than welcome to send in a PR.
Any tips would be appreciated on how to best handle this.
Chris
edit: check out my commit, and tell me whether this should be pushed or not. :-)
The text was updated successfully, but these errors were encountered: