Error: argument `$color` of `darken($color, $amount)` must be a color
lianglei777 opened this issue · 2 comments
lianglei777 commented
when i run 'tns run ios ' have issue.
Found peer node-sass
Error: argument $color
of darken($color, $amount)
must be a color
Backtrace:
node_modules/bootstrap/scss/_variables.scss:142, in function `darken`
node_modules/bootstrap/scss/_variables.scss:142
on line 142 of node_modules/bootstrap/scss/_variables.scss
$link-hover-color: darken($link-color, 15%) !default;
----------------------------^
vchimev commented
NickIliev commented
Closing as the issue is no longer reproducible in this application (SASS removed in favour of CSS)