-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
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.
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.