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
Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass.
Use a custom importer to maintain this behaviour. Check your implementations documentation on how to create a custom importer.
It happens when running:
yarn storybook
yarn build
The text was updated successfully, but these errors were encountered:
hi @willdurand, According to this issue it's a "bug" from node-sass.
currently, we use node-sass version 4.9.1, and base on this comment we have to wait for the new version which is 4.11.0.
Hi @HosseinMarzban, yep I was about to comment too. The message was not a bug but it has been reverted because of the community's reaction: sass/libsass#2684.
Let's fix this warning:
It happens when running:
yarn storybook
yarn build
The text was updated successfully, but these errors were encountered: