-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Build error #109
Comments
fwiw I get this when trying to build on my mac as well. |
@randy-johnson could you try doing |
I bumped in to the same error. Looks like This quick "fix" worked for me, but haven't really dived into the style changes: @import "~bootstrap/scss/bootstrap";
$input-height-inner-sm: $input-height-inner;
$input-height-inner-lg: $input-height-inner;
@import "~froala-design-blocks/src/scss/froala_blocks"; |
@stefanneculai, I did this before, but I tried again and received the same error. @ivuorinen thanks I will try that and see how it goes. Thank You. |
Just comment the lines with $input-height-inner-sm and $input-height-inner-lg, they are not used anyway. |
Same bug here, from windows 10 |
I get the following error when I run npm run start
Any idea what the issue is?
The text was updated successfully, but these errors were encountered: