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

Compatibility Issue with Bootstrap 5.3.2 and Tabler 1.0.0-beta20 #1819

Open
raj-oeeai opened this issue Feb 1, 2024 · 1 comment
Open

Compatibility Issue with Bootstrap 5.3.2 and Tabler 1.0.0-beta20 #1819

raj-oeeai opened this issue Feb 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@raj-oeeai
Copy link

I've got an Compatibility Issue in my Ember 4.4 project with Bootstrap 5.3.2 and Tabler 1.0.0-beta20.
When attempting to build an Ember project with Bootstrap 5.3.2 and Tabler Beta 20, a syntax error is encountered during the build process. The error specifically points to a conflict in units within the node_modules/bootstrap/scss/vendor/_rfs.scss file, as illustrated below:

0.75em and 100% have incompatible units.
   ╷
70 │     @while ($remainder >= $divisor) {
   │             ^^^^^^^^^^^^^^^^^^^^^^
   ╵
  node_modules/bootstrap/scss/vendor/_rfs.scss 70:13                                  divide()
  node_modules/@tabler/core/src/scss/ui/_badges.scss 8:41                             @import
  node_modules/@tabler/core/src/scss/_core.scss 17:9                                  @import
  node_modules/@tabler/core/src/scss/tabler.scss 1:9                                  @import
  ../tmp/broccoli-14iMsHkIbk0vO/out-478-funnel_funnel_styles/app/styles/app.scss 3:9  root stylesheet
        at SassCompiler

Package Versions:
"@tabler/core": "1.0.0-beta20",
"bootstrap": "5.3.2",

Does someone have a solution idea?

@raj-oeeai
Copy link
Author

I have a workaround for this Issue.
Setting the $badge-font-size and $form-check-input-width variables did the trick for the compilation issues.
This isn't a fix but I hope this helps others facing similar Issues!

@BG-Software-BG BG-Software-BG added the bug Something isn't working label Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants