-
-
Notifications
You must be signed in to change notification settings - Fork 352
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
"SassError: $number: ... is not a number" when compiling with webpack and sass-loader #686
Comments
Is this maybe related to: I understand that sass has its own |
Oh no, I found something; within
And the I guess the type checking and the type expected for unit is now more rigid and a calculation does not go through anymore. A quick fix is:
And I get an svg background which looks like:
Do you have any idea how to overcome this problem? |
Hi there
I am currently trying to update all devDependencies of a project which uses susy grid.
Because of the size it would be a bad idea to remove susy although it would be possible in the meantime as IE11-support was dropped and we could work with css-grids.
I replace
node-sass
withdart sass
but now I get this error:Following the call stack I find my file
_susy-grid.scss
line84
where I haveBut I can't really understand where my actual problems lies.
My
servicestable.scss
at line 147:and
and all the different grid setups look like (here just the mobile example). They differ in mediaqueries
If somebody has an idea what the reason for my problem could be, I would be very glad to get any hints.
I am also not sure if the susy implementation is not compatible with the newest dart sass version or not playing well together with
sass-loader
...The problem only appeared after upgrading... of course.
Thanks for any help.
Cheers
The text was updated successfully, but these errors were encountered: