-
Notifications
You must be signed in to change notification settings - Fork 212
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
Error compiling scss #12
Comments
The Please make sure that you are using the |
But Bootstrap 4 beta 2 uses |
Oh, haven't noticed that, thanks for pointing it out. Please let me know if using |
It does fix it. Rolling back is not a fix though, do you plan to support bootstrap 4b2? |
Adding support for beta-2 is on the list, but not a priority yet. If v4-stable doesn't ship by then, expect some movement in that direction starting early next year. |
I'm having this same problem when loading bootstrap |
me too, can we reopen this issue please? |
@piuccio @tajchumber Can you please share the error you are receiving here? |
I encountered this problem while trying to use If I import
I'm using
|
@tajchumber @piuccio The issue is cause due to the fact that Shards does not currently support Bootstrap 4.3.x. Please check and make sure that you are using Bootstrap 4.1.x 😄 Support for the latest version is coming soon. |
@hisk this problem persists with Bootstrap 4.1.3 as well |
@hisk I have a same problem. I use bootstrap: 4.3.1. Please fix it |
Same errors here: 4.3.1 - Error: Incompatible units: 'px' and 'rem'. |
i just imported bootstrap after 'shards-dashboards' it worked. |
There are known factors that can cause this issue depending on the environment and dependencies versions. Our team will provide a fix as soon as possible. Thank you for your patience! |
problem is with this line:759 i removed "!default" from $popover-arrow-width variable in line 755 and my problem solved! |
Fixed in #57 |
Having the same issue code
Version
|
I receive the following error located here
https://github.com/DesignRevision/shards-ui/blob/master/src/scss/_variables.scss#L744
The text was updated successfully, but these errors were encountered: