-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG] Error in the build #62
Comments
Hello there, @alejandrojuarez675 , Thank you for your interest in working with our products.
I've just made a quick test and everything worked as expected, no error was thrown. Best, |
Was there ever a resolution to this? I'm having the same issue try to |
Hello there, @DaveFerBear , I've just made a quick test and everything worked as expected, no error was thrown.
Best, |
Hey All, I was able to trackdown in https://stackoverflow.com/questions/17982111/sass-variable-in-css-calc-function - A similar issue was mentioned here. Because we were performing a Using the below injection builds and compiles fine. Tested with both
&.fixed{
//width: calc(100% - $sidebar-width); // No Interpolation
width: calc(100% - #{$sidebar-width}); //Interpolate
right: 0;
left: auto;
border-radius: 0;
} Hope this helps and i haven't broken something else.... |
After the update with the Interpolation from @jackbilestech it worked: Im using:
|
I download the source code and tried to do a deploy.
when i execute 'npm run-script build' the terminal said:
Creating an optimized production build...
Failed to compile.
Lexical error on line 1: Unrecognized text.
Erroneous area:
1: 100% - $sidebar-width
^.........^
The text was updated successfully, but these errors were encountered: