編集

Sass: `@import` is deprecated

Sass の@import が v3.0.0 で廃止予定。

https://sass-lang.com/blog/import-is-deprecated/

以前からデバックが困難であるという指摘があり、@use@forwardの利用が推奨されている。

これは CSS の@importとは無関係であり、CSS の@importは廃止もされなければ非推奨でもないので注意。

編集