NativeScript / nativescript-marketplace-demo

NativeScript kitchen sink demo. All of NativeScript’s functionality in one app.
http://www.nativescript.org
Apache License 2.0
325 stars 97 forks source link

Error: argument `$color` of `darken($color, $amount)` must be a color #283

Closed lianglei777 closed 6 years ago

lianglei777 commented 6 years ago

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 6 years ago

https://github.com/NativeScript/theme/issues/139

NickIliev commented 6 years ago

Closing as the issue is no longer reproducible in this application (SASS removed in favour of CSS)