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
{ Error: Function rgb is missing argument $green.
at options.error (/Users/bszabo/WS/sass-test/node_modules/node-sass/lib/index.js:291:26)
status: 1,
file: '/Users/bszabo/WS/sass-test/test.scss',
line: 3,
column: 10,
message: 'Function rgb is missing argument $green.',
formatted: 'Error: Function rgb is missing argument $green.
on line 3 of test.scss
>> color: rgb(var(--my-var));
---------^
' }
node-sass throws an error on valid CSS when using var() in rgb() or rgba(), most probably an issue in libsass
Issue in node-sass
input.scss
Actual results
node-sass 4.11.0 libsass 3.5.4
Expected result
dart-sass 1.17.4
version info:
The text was updated successfully, but these errors were encountered: