Originally, Sass used @import rules to load other files with a single global namespace, with all built-in functions also available globally. We’re deprecating both Sass @import rules and global built-in functions now that the module system (@use and @forward rules) has been available for several years.
They will still work for at least 2 years, however they are currently using warnings in BelaDaemon which uses the files from this repo: https://github.com/BelaPlatform/BelaDaemon/issues/44 , so an earlier solution would be appreciated.
https://sass-lang.com/documentation/breaking-changes/import/
They will still work for at least 2 years, however they are currently using warnings in BelaDaemon which uses the files from this repo: https://github.com/BelaPlatform/BelaDaemon/issues/44 , so an earlier solution would be appreciated.