-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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 causing warnings in BelaDaemon which uses the files from this repo: https://github.com/BelaPlatform/BelaDaemon/issues/44 , so an earlier solution would be appreciated.
Metadata
Metadata
Assignees
Labels
No labels