BelaPlatform / bela_sample

0 stars 2 forks source link

consider replacing @import #5

Open giuliomoro opened 1 month ago

giuliomoro commented 1 month ago

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.

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.

giuliomoro commented 1 month ago

@hasebastian can you make a PR here similar to https://github.com/BelaPlatform/BelaDaemon/pull/50 so it gets fixed upstream ?