at-import / SassyLists

MIT License
276 stars 27 forks source link

Sass 4.0 `call()` deprecation warning #63

Open ncoden opened 6 years ago

ncoden commented 6 years ago

The following is reported by node-sass v4.8.3

DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal
in Sass 4.0. Use call(get-function("fade")) instead.

Possible Solution

Like the warning says, use the get-function function inside each call()