You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
I made a @mixin in sass, the problem here is that when I call the @include with the parameters that the mixin receives it should return me 1 single value, but this is not the case for node-sass that when compiling it returns me 12 results. I have tried the same case in dart-sass, sassMesiter and Sass.js, these last two are online compilers; and in all 3 it has given me the expected result of the @mixin.
Tested with:
Windows 10 x64 bit - 1909
NodeJS x64 bits: v12.16.3 LTS and v14.3.0
npm: v6.14.4 - v6.14.5
node-sass: v4.14.1 - libsass v3.5.5
sass (dart-sass): v1.26.5 compiled with dart2js 2.7.2
Parameters used for node-sass:
--output-style=expanded
Parameters used for sass (dart-sass):
--style=expanded
I made a @mixin in sass, the problem here is that when I call the @include with the parameters that the mixin receives it should return me 1 single value, but this is not the case for node-sass that when compiling it returns me 12 results. I have tried the same case in dart-sass, sassMesiter and Sass.js, these last two are online compilers; and in all 3 it has given me the expected result of the @mixin.
Tested with:
Windows 10 x64 bit - 1909
NodeJS x64 bits: v12.16.3 LTS and v14.3.0
npm: v6.14.4 - v6.14.5
node-sass: v4.14.1 - libsass v3.5.5
sass (dart-sass): v1.26.5 compiled with dart2js 2.7.2
Parameters used for node-sass:
--output-style=expanded
Parameters used for sass (dart-sass):
--style=expanded
Using @each
Using @for
Expected result and returns sass (dart-sass) and SassMeister, Sass.js
Which gives me back node-sass
The text was updated successfully, but these errors were encountered: