jenil / bulmaswatch

Themes for Bulma
https://jenil.github.io/bulmaswatch
MIT License
1.65k stars 144 forks source link

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

Open usagi opened 2 years ago

usagi commented 2 years ago

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!