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
I recommend replacing the use of @import, which is deprecated and will be phased out in a few years, with @use or something of the like.
Motivation and context
Since @import will be removed eventually, and the feature comes with some issues, it would make sense to migrate before the breaking change takes place.
The text was updated successfully, but these errors were encountered:
Prerequisites
Proposal
I recommend replacing the use of
@import
, which is deprecated and will be phased out in a few years, with@use
or something of the like.Motivation and context
Since
@import
will be removed eventually, and the feature comes with some issues, it would make sense to migrate before the breaking change takes place.The text was updated successfully, but these errors were encountered: