bulmaswatch
bulmaswatch copied to clipboard
How is the status of `@imort` deprecation and replace to @use/@forward?
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!