@import is deprecated. Change to @use and @forward. #30
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The @import rule is being deprecated in favour of @use and @forward. See this stack overflow question for more information regarding timelines.
As we don’t know when this this will be dropped entirely from Dart Sass, or when those versions will be implemented in the products DS2-Core will compile with, we should probably get this in a release soon.
For core, should we consider creating a file for core to @forward all instead of using @use, so they can be called as core.[function name]?