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?
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!
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
?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!