Any plans of changing the style from using @import statements to @use/@forward since @import is going to be deprecated soon and they advise users to use the new methods.
ref
I've been trying to change my project to use @use and @forward but its not working that well with griddle.
Was wondering if you guys have tried to use the new methods instead at the same time as import-methods. Not sure if they can coexist though, so it may be a breaking change..
Starting to get deprecation warnings when using newest Dart Sass (ref)
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Any plans of changing the style from using
@importstatements to@use/@forwardsince@importis going to be deprecated soon and they advise users to use the new methods.ref
I've been trying to change my project to use
@useand@forwardbut its not working that well with griddle.Was wondering if you guys have tried to use the new methods instead at the same time as import-methods. Not sure if they can coexist though, so it may be a breaking change..
Starting to get deprecation warnings when using newest Dart Sass (ref)
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.