bulmaswatch icon indicating copy to clipboard operation
bulmaswatch copied to clipboard

How is the status of `@imort` deprecation and replace to @use/@forward?

Open usagi opened this issue 3 years ago • 0 comments

I mainly use the npm version of bulmaswatch. With @import being deprecated in Dart Sass, bulmaswatch should be replaced with @use and @forward. However, at this time, the bulmaswatch source is so dependent on @import that we may have to consider discontinuing its use. Are there any plans for bulmaswatch to support the obsoletion of @import?

  • See also: https://sass-lang.com/documentation/cli/migrator

I have used bulmaswatch conveniently in the development of several WebView applications. It has been especially useful in implementing the Dark/Light mode switching. Thank you!

usagi avatar Sep 17 '22 15:09 usagi